Version: 2017.4
Experimental: this API is experimental and might be changed or removed in the future.

IVisualElementScheduledItem.Until

マニュアルに切り替える
public Experimental.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.