Class EntityQueryExtensionsForComponentArray
Namespace: Unity.Entities
Syntax
public static class EntityQueryExtensionsForComponentArray
Methods
ToComponentArray<T>(EntityQuery)
Declaration
public static T[] ToComponentArray<T>(this EntityQuery group)
where T : Component
Parameters
Type | Name | Description |
---|---|---|
EntityQuery | group |
Returns
Type | Description |
---|---|
T[] |
Type Parameters
Name | Description |
---|---|
T |