C# Class Godot.IcsEditor.Ui.Events.DefaultDispatcher

Wraps the Application Dispatcher.
Inheritance: IDispatcherFacade
Exibir arquivo Open project: Slesa/Playground

Public Methods

Method Description
BeginInvoke ( Delegate method, object arg ) : void

Forwards the BeginInvoke to the current application's Dispatcher.

Method Details

BeginInvoke() public method

Forwards the BeginInvoke to the current application's Dispatcher.
public BeginInvoke ( Delegate method, object arg ) : void
method System.Delegate Method to be invoked.
arg object Arguments to pass to the invoked method.
return void