Contents

centerOfTile(atColumn:row:)

Declaration

func centerOfTile(atColumn column: Int, row: Int) -> CGPoint

Parameters

  • column:

    The column index of the tile.

  • row:

    The row index of the tile.

Return Value

The coordinates in points of the center of the tile for a given column and row.

See Also

Querying the Tile Map’s Properties