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