MapPointToWorldPoint

MapPointToWorldPoint(Vector2Int, bool)

public Vector3 MapPointToWorldPoint(Vector2Int pos, bool cellCenter) ;

Description

Maps the point to world point.

Parameters

Parameter Name Description
pos Position.
cellCenter Whether to correct to the center of the Cell. If false, it points to the lower left of the Cell.

Returns

The point to world point.