![]() |
TilePlus Version 5
Unity3D Tilemap Extension
|
A TScene definition. This describes the relationshop between a ChunkTemplateSelector and the TpZoneLayout it should use. Note that the field m_LayoutSpec if injected at runtime since it's a scene object. More...
Public Attributes | |
| string | m_SceneName = "Assign a unique name" |
| The name of the TScene. Ensure uniqueness. | |
| List< TSceneSpec > | m_SceneSpecs = new () |
| The control info for this scene. Must contain at least one TSceneSpec. | |
Properties | |
| string | GuidString [get] |
| The GUID string for this TScene. Can be used in a save file to specify last scene used. | |
A TScene definition. This describes the relationshop between a ChunkTemplateSelector and the TpZoneLayout it should use. Note that the field m_LayoutSpec if injected at runtime since it's a scene object.
| string TilePlus.TSceneList.TScene.m_SceneName = "Assign a unique name" |
The name of the TScene. Ensure uniqueness.
| List<TSceneSpec> TilePlus.TSceneList.TScene.m_SceneSpecs = new () |
The control info for this scene. Must contain at least one TSceneSpec.
|
get |
The GUID string for this TScene. Can be used in a save file to specify last scene used.