Class SUScenesData
Class to choose a scene in the inspector
Namespace: Surfer
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class SUScenesData
Properties
AllNames
Declaration
public List<string> AllNames { get; }
Property Value
| Type | Description |
|---|---|
| List<String> |
AllNamesArray
Declaration
public string[] AllNamesArray { get; }
Property Value
| Type | Description |
|---|---|
| String[] |
List
Declaration
public List<SUSceneData> List { get; }
Property Value
| Type | Description |
|---|---|
| List<SUSceneData> |