Class AxisTimerSequence_Item
Sequence item with time to wait before and events to trigger after
Inheritance
object
AxisTimerSequence_Item
Namespace: Axis.Logic
Assembly: cs.temp.dll.dll
Syntax
public sealed class AxisTimerSequence_Item
Fields
name
Name label to organize
Declaration
public string name
Field Value
Type | Description |
---|---|
string |
ThenDo
Events to trigger
Declaration
public UnityEvent ThenDo
Field Value
Type | Description |
---|---|
UnityEvent |
WaitFor
Time to wait before triggering
Declaration
public float WaitFor
Field Value
Type | Description |
---|---|
float |