Skip to content

Behavior.IsEnabled Property

Definition

Namespace: Brine2D.ECS

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

C#
public bool IsEnabled { get; set; }

Property Value

System.Boolean