FixedUpdateSystemBase.FixedUpdateOrder Property
Definition¶
Namespace: Brine2D.ECS.Systems
Execution order for this system. Override to customize. Default is Physics (0).
public virtual int FixedUpdateOrder { get; }
Implements FixedUpdateOrder
Namespace: Brine2D.ECS.Systems
Execution order for this system. Override to customize. Default is Physics (0).
public virtual int FixedUpdateOrder { get; }
Implements FixedUpdateOrder