Skip to content

UpdateSystemBase.UpdateOrder Property

Definition

Namespace: Brine2D.ECS.Systems

Execution order for this system. Override to customize. Default is Update \(0\).

C#
public virtual int UpdateOrder { get; }

Implements UpdateOrder

Property Value

System.Int32