ICachedQuery.FiltersActiveState Property
Definition¶
Namespace: Brine2D.ECS.Query
Whether this query filters by entity active state.
Used by EntityWorld to skip invalidation for queries
built with IncludeInactive() when only active state changes.
bool FiltersActiveState { get; }