Behavior.UpdateOrder Property
Definition¶
Namespace: Brine2D.ECS
Controls execution order relative to other behaviors during Update. Lower values run first. Default is 0. Behaviors with the same order run in the order they were added.
public virtual int UpdateOrder { get; }