Layer.TilemapElement.setTileAtPoint() - Mtax-Development/GML-OOP GitHub Wiki
Name |
Type |
Optional |
location |
{Vector2} |
No |
tileData? |
{Layer.TilemapElement.TileData|int:tileData} |
Yes |
Not applicable.
Set the Tile at the specified point in space to a Tile referred to by the specified Tile Data and return a boolean for confirmation whether the operation was a success or not. If Tile Data is not provided or specified as 0, the cell will be cleared.