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

Remarks

When changed, OnEnabled() or OnDisabled() is called so that subclasses can react without overriding the property.