FillTile
FillTile(Vector2Int, int, int, Tile, ushort, bool, bool)
public bool FillTile(Vector2Int pos, int width, int height, Tile tile, ushort partsID, bool autoTiling, bool isCreateCellObject) ;
説明
Tileを塗る
パラメーター
パラメーター名 | 説明 |
---|---|
pos | 座標 |
width | 横幅 |
height | 縦幅 |
tile | Tile |
partsID | パーツID |
autoTiling | |
isCreateCellObject | CellObjectを作成するかどうか |