Delegate SparseCellDataStructure<TSourceKey, TDataValue>.DataValueToCellKeyDelegate
The function delegate to convert a dataValue into a cell key.
Namespace: Holoride.ElasticSDK
Assembly: Holoride.ElasticSDK.Library.Runtime.dll
Syntax
public delegate Vector2Int SparseCellDataStructure<TSourceKey, TDataValue>.DataValueToCellKeyDelegate(TDataValue dataValue)
Parameters
| Type | Name | Description |
|---|---|---|
| TDataValue | dataValue | The dataValue to convert. |
Returns
| Type | Description |
|---|---|
| Vector2Int | The cell key. |