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