ICachedQuery.ComponentTypes Property
Definition¶
Namespace: Brine2D.ECS.Query
The component types this query is interested in. Used for targeted invalidation; only queries that care about a changed component type will be invalidated.
System.Collections.Generic.IReadOnlyCollection<System.Type> ComponentTypes { get; }