Skip to content

Behavior.IsEnabled Property

Definition

Namespace: Brine2D.ECS

Whether this behavior is enabled (affects Update, FixedUpdate, and Render calls).

public bool IsEnabled { get; set; }

Property Value

System.Boolean