Version: 2019.4
public UIElements.IVisualElementScheduledItem Execute (Action<TimerState> timerUpdateEvent);
public 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.