TilePlus Version 5
Unity3D Tilemap Extension
Loading...
Searching...
No Matches
TilePlus.TSceneList.TScene Class Reference

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< TSceneSpecm_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.

Detailed Description

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.

Member Data Documentation

◆ m_SceneName

string TilePlus.TSceneList.TScene.m_SceneName = "Assign a unique name"

The name of the TScene. Ensure uniqueness.

◆ m_SceneSpecs

List<TSceneSpec> TilePlus.TSceneList.TScene.m_SceneSpecs = new ()

The control info for this scene. Must contain at least one TSceneSpec.

Property Documentation

◆ GuidString

string TilePlus.TSceneList.TScene.GuidString
get

The GUID string for this TScene. Can be used in a save file to specify last scene used.


The documentation for this class was generated from the following file:
  • /Users/jms/Documents/Tpt_55/TPT55/Assets/Plugins/TilePlus/Runtime/FabAndZone/ScriptableObjects/TSceneList.cs