Skip to content

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.

C#
System.Collections.Generic.IReadOnlyCollection<System.Type> ComponentTypes { get; }

Property Value

System.Collections.Generic.IReadOnlyCollection<System.Type>