Class SUCustomEventData
Class to choose a custom event in the inspector
Namespace: Surfer
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class SUCustomEventData
Constructors
SUCustomEventData(String, String)
Declaration
public SUCustomEventData(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 |