Version: 2021.3
言語: 日本語

TileFlags

enumeration

マニュアルに切り替える

説明

Flags controlling behavior for the TileBase.

変数

NoneNo TileFlags are set.
LockColor TileBase locks any color set by brushes or the user.
LockTransform TileBase locks any transform matrix set by brushes or the user.
InstantiateGameObjectRuntimeOnly TileBase does not instantiate its associated GameObject in editor mode and instantiates it only during Play mode.
KeepGameObjectRuntimeOnlyKeeps the TileBase's associated GameObject in Play mode when replaced with another TileBase or erased
LockAllAll lock flags.