BucketTile

BucketTile(Vector2Int, Tile, ushort, bool, bool)

public bool BucketTile(Vector2Int pos, Tile tile, ushort partsID, bool autoTiling, bool isCreateCellObject) ;

説明

Tileを塗りつぶし

パラメーター

パラメーター名 説明
pos 座標
tile Tile
partsID パーツID
autoTiling trueを設定した場合オートタイル。
isCreateCellObject CellObjectを作成するかどうか

戻り値

true,塗りつぶしできた。falseそれ以外。