Skip to content

Behavior.RenderOrder Property

Definition

Namespace: Brine2D.ECS

Controls execution order relative to other behaviors during Render. Lower values run first. Default is 0. Behaviors with the same order run in the order they were added.

C#
public virtual int RenderOrder { get; }

Property Value

System.Int32