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

IVisualElementScheduler.Execute

Switch to Manual
public Experimental.UIElements.IVisualElementScheduledItem Execute (Action<TimerState> timerUpdateEvent);
public Experimental.UIElements.IVisualElementScheduledItem Execute (Action updateEvent);

Parameters

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

Returns

IVisualElementScheduledItem Reference to the scheduled action.

Description

Schedule this action to be executed later.