Every(long)
Repeats this action after a specified time.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
IVisualElementScheduledItem Every(long intervalMs)
Parameters
Minimum amount of time in milliseconds between each action execution.
Returns
Type | Description |
|---|---|
| IVisualElementScheduledItem | This ScheduledItem. |