C# Класс Ensage.Common.Combo.Combo

Наследование: IDisposable
Показать файл Открыть проект

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

Метод Описание
Cancel ( ) : void

Cancels the execution of the current combo.

Combo ( Task>.Func comboFunction, Key key ) : System

Creates a combo.

Dispose ( ) : void
Execute ( ) : Task

Executes your combo until it's either finished or canceled.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Приватные методы

Метод Описание
Finish ( ) : void
Game_OnWndProc ( WndEventArgs args ) : void
Prepare ( ) : void

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

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

Cancels the execution of the current combo.
public Cancel ( ) : void
Результат void

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

Creates a combo.
public Combo ( Task>.Func comboFunction, Key key ) : System
comboFunction Task>.Func This function will be executed while the key is pressed.
key Key While this key is pressed your combofunction will be executed.
Результат System

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

public Dispose ( ) : void
Результат void

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

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

Executes your combo until it's either finished or canceled.
public Execute ( ) : Task
Результат Task