C# Класс Godot.IcsEditor.Ui.Events.DefaultDispatcher

Wraps the Application Dispatcher.
Наследование: IDispatcherFacade
Показать файл Открыть проект

Открытые методы

Метод Описание
BeginInvoke ( Delegate method, object arg ) : void

Forwards the BeginInvoke to the current application's Dispatcher.

Описание методов

BeginInvoke() публичный Метод

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.
Результат void