StartingIn(long)
Adds a delay to the first invokation.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
IVisualElementScheduledItem StartingIn(long delayMs)
Parameters
The minimum number of milliseconds after activation where this item's action will be executed.
Returns
Type | Description |
|---|---|
| IVisualElementScheduledItem | This ScheduledItem. |