Version: 2020.3
言語: 日本語
public UIElements.IVisualElementScheduledItem Until (Func<bool> stopCondition);

パラメーター

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

戻り値

IVisualElementScheduledItem This ScheduledItem.

説明

Item will be unscheduled automatically when specified condition is met.