This version of Unity is unsupported.

IVisualElementScheduledItem.Until

Declaration

public UIElements.IVisualElementScheduledItem Until(Func<bool> stopCondition);

Parameters

stopCondition When condition returns true, the item will be unscheduled.

Returns

IVisualElementScheduledItem This ScheduledItem.

Description

Item will be unscheduled automatically when specified condition is met.