Behavior.IsEnabled Property
Definition
Namespace: Brine2D.ECS
Whether this behavior is enabled \(affects Update, FixedUpdate, and Render calls\).
Property Value
Remarks
When changed, OnEnabled() or OnDisabled() is called so that subclasses can react without overriding the property.