Contents

tileDefinition(atColumn:row:)

Declaration

func tileDefinition(atColumn column: Int, row: Int) -> SKTileDefinition?

Parameters

  • column:

    The column index of the tile.

  • row:

    The row index of the tile.

Return Value

The tile definition for the tile at the specified column and row.

See Also

Querying the Tile Map’s Properties