IFixedUpdateSystem

Namespace: Bang.Systems
Assembly: Bang.dll

public abstract IFixedUpdateSystem : ISystem

A system called in fixed intervals.

Implements: ISystem

⭐ Methods

FixedUpdate(Context)

public abstract void FixedUpdate(Context context)

Update calls that will be called in fixed intervals.

Parameters
context Context