PutTile
PutTile(Vector2Int, Tile, ushort, Vector2Int, bool, bool, bool)
public bool PutTile(Vector2Int pos, Tile tile, ushort partsID, Vector2Int tilePos, bool autoTiling, bool changeParts, bool isCreateCellObject) ;
Description
Puts the tile.
Parameters
| Parameter Name | Description |
|---|---|
| pos | Position. |
| tile | Tile. |
| partsID | Parts ID. |
| tilePos | Tile Position |
| autoTiling | If set to |
| changeParts | If set to |
| isCreateCellObject | Whether you want to create a CellObject |