Execute
Schedule this action to be executed later.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
Execute(Action<TimerState>)
Schedule this action to be executed later.
IVisualElementScheduledItem Execute(Action<TimerState> timerUpdateEvent)
Parameters
The action to be executed.
Returns
Type | Description |
|---|---|
| IVisualElementScheduledItem | Reference to the scheduled action. |
Execute(Action)
Schedule this action to be executed later.
IVisualElementScheduledItem Execute(Action updateEvent)
Parameters
The action to be executed.
Returns
Type | Description |
|---|---|
| IVisualElementScheduledItem | Reference to the scheduled action. |