Property Item
Item[Int32]
Look up the DynamicBuffer<T> value at a specific array index within the chunk.
Declaration
public readonly DynamicBuffer<T> this[int index] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | index | The index of the entity within the chunk whose value for |
Property Value
| Type | Description |
|---|---|
| DynamicBuffer<T> | The DynamicBuffer<T> value at a specific array index within the chunk |