TileFlags 瓦片标记(s)

enumeration 枚举

Description 描述

Flags controlling behavior for the TileBase.

标记控制TileBase的行为.

Properties 属性

None 没有设置TileFlags。 No TileFlags are set.
锁定颜色 LockColor TileBase锁定由笔刷或用户设置的任何颜色。 TileBase locks any color set by brushes or the user.
锁定变换 LockTransform TileBase锁定由笔刷或用户设置的任何变换矩阵。 TileBase locks any transform matrix set by brushes or the user.
仅在运行时实例化游戏对象 InstantiateGameObjectRuntimeOnly TileBase不会在编辑器模式下实例化其关联的GameObject,而仅在游戏模式下实例化它。 TileBase does not instantiate its associated GameObject in editor mode and instantiates it only during play mode.
锁定全部 LockAll 锁定所有标志。 All lock flags.