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

IVisualElementScheduler.Execute

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

Parámetros

timerUpdateEvent The action to be executed.
updateEvent The action to be executed.

Valor de retorno

IVisualElementScheduledItem Reference to the scheduled action.

Descripción

Schedule this action to be executed later.