Method GetTransformAccessArray
GetTransformAccessArray(EntityQuery)
Allows access to GameObject transform data through an EntityQuery.
Declaration
public static TransformAccessArray GetTransformAccessArray(this EntityQuery query)
Parameters
| Type | Name | Description |
|---|---|---|
| EntityQuery | query | The query matching entities whose transform data should be gathered |
Returns
| Type | Description |
|---|---|
| TransformAccessArray | An object that allows access to entity transform data |