FillTileAsync
FillTileAsync(Vector2Int, int, int, Tile, ushort, bool, bool)
public Async FillTileAsync(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を作成するかどうか |
戻り値
非同期に処理するためのAsyncインスタンス。