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) ;
説明
Tile配置
パラメーター
パラメーター名 | 説明 |
---|---|
pos | 座標 |
tile | Tile |
partsID | パーツID |
tilePos | Tileの位置 |
autoTiling | |
changeParts | |
isCreateCellObject | CellObjectを作成するかどうか |