C# Class Ensage.Common.Combo.Combo

Inheritance: IDisposable
Afficher le fichier Open project: EnsageSharp/Ensage.Common

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Finish ( ) : void
Game_OnWndProc ( WndEventArgs args ) : void
Prepare ( ) : void

Method Details

Cancel() public méthode

Cancels the execution of the current combo.
public Cancel ( ) : void
Résultat void

Combo() public méthode

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.
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Execute() public méthode

Executes your combo until it's either finished or canceled.
public Execute ( ) : Task
Résultat Task