Delegate SpawnCandidateStructure<TSource>.PositionToCellKeyDelegate
The function delegate to convert a position into a cell key.
Namespace: Holoride.ElasticSDK
Assembly: Holoride.ElasticSDK.Library.Runtime.dll
Syntax
public delegate Vector2Int SpawnCandidateStructure<TSource>.PositionToCellKeyDelegate(GlobalPosition position)
Parameters
Type | Name | Description |
---|---|---|
GlobalPosition | position | The position to convert. |
Returns
Type | Description |
---|---|
Vector2Int | The cell key. |