Property this
this[int]
Gets the Tile element at the specified index in this Tilemap
Parameters
Property Value
Exceptions
- Argument
Out OfRange Exception Thrown if the index specified is less than zero or is greater than or equal to the total number of Tile elements in this Tilemap
Layer .
this[int, int]
Gets the Tile element located at the specified column and row in this
Tilemap
Parameters
Property Value
Exceptions
- Argument
Out OfRange Exception Thrown if either the column or rows specified is less than zero or if either is greater than or equal to the total number of columns or rows in this Tilemap
Layer .
this[Point]
Gets the Tile element located at the specified column and row location in this
Tilemap
Parameters
location
PointThe column and row location of the Tile element to locate.
Property Value
Exceptions
- Argument
Out OfRange Exception Thrown if either the column or rows specified in the location is less than zero or if either is greater than or equal to the total number of columns or rows in this Tilemap
Layer .