Class EntityQueryExtensionsForComponentArray
Variants of EntityQuery methods that support managed components
Namespace: Unity.Entities
Assembly: solution.dll
Syntax
public static class EntityQueryExtensionsForComponentArray
Methods
Name | Description |
---|---|
ToComponentArray<T>(EntityQuery) | Gather values of a component from all entities that match a query into a managed array. |