Class SUSceneData
Class to choose a scene in the inspector
Namespace: Surfer
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class SUSceneData
Constructors
SUSceneData(String, String)
Declaration
public SUSceneData(string name, string guid)
Parameters
Type | Name | Description |
---|---|---|
String | name | |
String | guid |
Properties
GUID
Declaration
public string GUID { get; }
Property Value
Type | Description |
---|---|
String |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
String |