Skip to content

ISystem.IsEnabled Property

Definition

Namespace: Brine2D.ECS

Whether this system is currently enabled. Disabled systems are skipped during Update().

bool IsEnabled { get; set; }

Property Value

System.Boolean