RemoveRectangleTileAsync

RemoveRectangleTileAsync(Vector2Int, int, int, bool)

public Async RemoveRectangleTileAsync(Vector2Int pos, int width, int height, bool autoTiling) ;

説明

矩形指定でのTile削除(非同期)。

パラメーター

パラメーター名 説明
pos 座標
width 横幅
height 縦幅
autoTiling trueを設定した場合オートタイル。

戻り値

非同期に処理するためのAsyncインスタンス。