Property this
this[int]
Look up the TransformRef value at a specific array index within the chunk.
Declaration
public TransformRef this[int index] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| int | index | The index of the entity within the chunk whose transform should be returned. |
Property Value
| Type | Description |
|---|---|
| TransformRef | The TransformRef value for the entity at a specific array index within the chunk |