Property this
this[int]
Look up the Dynamic
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 |
---|---|
Dynamic |
The Dynamic |