Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Execute

Schedule this action to be executed later.
Read time 1 minuteLast updated 7 days ago

Definition

Execute(Action<TimerState>)

Schedule this action to be executed later.
IVisualElementScheduledItem Execute(Action<TimerState> timerUpdateEvent)

Parameters

timerUpdateEvent

The action to be executed.

Returns

Type

Description

IVisualElementScheduledItemReference to the scheduled action.

Execute(Action)

Schedule this action to be executed later.
IVisualElementScheduledItem Execute(Action updateEvent)

Parameters

updateEvent

The action to be executed.

Returns

Type

Description

IVisualElementScheduledItemReference to the scheduled action.