getCellPosition abstract method

CellPositionResult getCellPosition(
  1. IntVector2 globalPosition
)

Given a cell's coordinates it returns it's CellPositionResult which contains info about it's Offset in pixels and it's Size.

Implementation

CellPositionResult getCellPosition(IntVector2 globalPosition);