C# 클래스 Ensage.Common.Combo.Combo

상속: IDisposable
파일 보기 프로젝트 열기: EnsageSharp/Ensage.Common

공개 메소드들

메소드 설명
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