Class SUEvent
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class SUEvent
Constructors
SUEvent(SUEvent.Type_ID)
Declaration
public SUEvent(SUEvent.Type_ID type)
Parameters
Properties
CEventsData
Declaration
public SUCustomEventsData CEventsData { get; }
Property Value
FloatVal
Declaration
public float FloatVal { get; }
Property Value
IntVal
Declaration
public int IntVal { get; }
Property Value
IntVal2
Declaration
public int IntVal2 { get; }
Property Value
KeyCodeVal
Declaration
public KeyCode KeyCodeVal { get; }
Property Value
Priority
Declaration
public int Priority { get; }
Property Value
ScenesData
Declaration
public SUScenesData ScenesData { get; }
Property Value
StatesData
Declaration
public SUStatesData StatesData { get; }
Property Value
StringVal
Declaration
public string StringVal { get; }
Property Value
Type
Declaration
public SUEvent.Type_ID Type { get; }
Property Value