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; }