Tanoda
|
Public Member Functions | |
void | Trigger () |
Public Attributes | |
bool | autostart = false |
float | delay = 1.0f |
UnityEvent | action |
Definition at line 7 of file DelayAction.cs.
void DelayAction.Trigger | ( | ) |
Definition at line 21 of file DelayAction.cs.
UnityEvent DelayAction.action |
Definition at line 11 of file DelayAction.cs.
bool DelayAction.autostart = false |
Definition at line 9 of file DelayAction.cs.
float DelayAction.delay = 1.0f |
Definition at line 10 of file DelayAction.cs.