Contents

tileGroup(atColumn:row:)

Declaration

func tileGroup(atColumn column: Int, row: Int) -> SKTileGroup?

Parameters

  • column:

    The column index of the tile.

  • row:

    The row index of the tile.

Return Value

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

See Also

Querying the Tile Map’s Properties