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

IVisualElementScheduler.Execute

マニュアルに切り替える
public Experimental.UIElements.IVisualElementScheduledItem Execute (Action<TimerState> timerUpdateEvent);
public Experimental.UIElements.IVisualElementScheduledItem Execute (Action updateEvent);

パラメーター

timerUpdateEventThe action to be executed.
updateEventThe action to be executed.

戻り値

IVisualElementScheduledItem Reference to the scheduled action.

説明

Schedule this action to be executed later.