Click or drag to resize

Dispatcher Methods

The Dispatcher type exposes the following members.

Methods
  NameDescription
Public methodAddAction(Action)
Invoke an action asynchronously at the current time.
Public methodAddAction(FuncITask)
Invoke a coroutine asynchronously at the current time..
Public methodAddAction(Action, Object)
Invoke an action asynchronously at the current time.
Public methodAddAction(FuncITask, Object)
Invoke a coroutine asynchronously at the current time..
Public methodScheduleAction(Fixed, Action)
Schedule an action to be invoked in the future.
Public methodScheduleAction(Fixed, Action, Object)
Schedule an action to be invoked in the future.
Public methodScheduleAction(Fixed, FuncITask, Object)
Schedule a coroutine to be invoked in the future.
Public methodScheduleActionAt(Fixed, Action)
Schedule an action to be invoked in the future.
Public methodScheduleActionAt(Fixed, Action, Object)
Schedule an action to be invoked in the future.
Public methodScheduleActionAtWithPriority
Schedule an action to be invoked in the future but force it to happen at the start or end of that point in time.
Top
See Also