控制 TileBase 行为的标志。
| None | 未设置任何 TileFlags。 | 
| LockColor | TileBase 锁定画笔或用户设置的任何颜色。 | 
| LockTransform | TileBase 锁定画笔或用户设置的任何变换矩阵。 | 
| InstantiateGameObjectRuntimeOnly | TileBase does not instantiate its associated GameObject in editor mode and instantiates it only during Play mode. | 
| KeepGameObjectRuntimeOnly | Keeps the TileBase's associated GameObject in Play mode when replaced with another TileBase or erased | 
| LockAll | 全部锁定标志。 |