Skip to content

CachedEntityQueryBase.FiltersEnabledState Property

Definition

Namespace: Brine2D.ECS.Query

Whether this query filters by component enabled state. Queries built with OnlyEnabled() return true and are invalidated when any IsEnabled changes.

public bool FiltersEnabledState { get; }

Property Value

System.Boolean