Skip to content

SystemBase.IsEnabled Property

Definition

Namespace: Brine2D.ECS

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

public bool IsEnabled { get; set; }

Implements IsEnabled

Property Value

System.Boolean