Until(Func<bool>)
Item will be unscheduled automatically when specified condition is met.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
IVisualElementScheduledItem Until(Func<bool> stopCondition)
Parameters
When condition returns true, the item will be unscheduled.
Returns
Type | Description |
|---|---|
| IVisualElementScheduledItem | This ScheduledItem. |