GetCellFromWorldPos

GetCellFromWorldPos(Vector3)

public Cell GetCellFromWorldPos(Vector3 worldPos) ;

Description

Gets the cell from world position.

Parameters

Parameter Name Description
worldPos World position.

Returns

It is the Cell found. I return null if it does not.