Behavior.IsEnabled Property
Definition¶
Namespace: Brine2D.ECS
Whether this behavior is enabled (affects Update, FixedUpdate, and Render calls).
public bool IsEnabled { get; set; }
Namespace: Brine2D.ECS
Whether this behavior is enabled (affects Update, FixedUpdate, and Render calls).
public bool IsEnabled { get; set; }