CachedEntityQueryBase.ComponentTypes Property
Definition¶
Namespace: Brine2D.ECS.Query
The component types this query tracks for invalidation. Includes both required and excluded types so that adding or removing an excluded component correctly triggers a cache rebuild.
public System.Collections.Generic.IReadOnlyCollection<System.Type> ComponentTypes { get; }