This version of Unity is unsupported.

IVisualElementScheduler.Execute

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