DispatcherAddAction Method |
| Name | Description | |
|---|---|---|
| AddAction(Action) |
Invoke an action asynchronously at the current time.
| |
| AddAction(FuncITask) |
Invoke a coroutine asynchronously at the current time..
| |
| AddAction(Action, Object) |
Invoke an action asynchronously at the current time.
| |
| AddAction(FuncITask, Object) |
Invoke a coroutine asynchronously at the current time..
|