Property this
this[int]
Look up the DynamicBuffer<T> value at a specific array index within the chunk.
Declaration
public DynamicBuffer<T> this[int index] { get; }
Parameters
Type | Name | Description |
---|---|---|
int | 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 |