Skip to content

ICachedQuery.FiltersEnabledState Property

Definition

Namespace: Brine2D.ECS.Query

Whether this query filters by component enabled state. Used by EntityWorld to skip invalidation for queries not built with OnlyEnabled() when only enabled state changes.

bool FiltersEnabledState { get; }

Property Value

System.Boolean