Class SUCustomEventsData
Class to choose a custom event in the inspector
Namespace: Surfer
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class SUCustomEventsData
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<SUCustomEventData> List { get; }
Property Value
| Type | Description |
|---|---|
| List<SUCustomEventData> |