RemoveRectangleTile RemoveRectangleTile(Vector2Int, int, int, bool) public bool RemoveRectangleTile(Vector2Int pos, int width, int height, bool autoTiling) ; 説明 矩形指定でのTile削除。 パラメーター パラメーター名 説明 pos 座標 width 横幅 height 縦幅 autoTiling trueを設定した場合オートタイル。 戻り値 true,Tile削除できた。falseそれ以外。