TileMap.getCellv

Returns the tile index of the cell given by a Vector2. If no tile exists in the cell, returns constant INVALID_CELL.

struct TileMap
@nogc nothrow const
long
getCellv
(
in Vector2 position
)

Meta