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

パラメーター

stopConditionWhen condition returns true, the item will be unscheduled.

戻り値

IVisualElementScheduledItem This ScheduledItem.

説明

Item will be unscheduled automatically when specified condition is met.