C# 클래스 RTSEngine.Controllers.DevConsole

파일 보기 프로젝트 열기: RegrowthStudios/VoxelRTS 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Lines Queue

공개 메소드들

메소드 설명
Activate ( ) : void
AddCommand ( string c ) : void
Deactivate ( ) : void
OnKP ( object sender, KeyEventArgs args ) : void
Toggle ( Action f ) : void

비공개 메소드들

메소드 설명
DevConsole ( ) : System
OnTextChanged ( TextInput ti, string s ) : void
OnTextEntered ( TextInput ti, string s ) : void

메소드 상세

Activate() 공개 정적인 메소드

public static Activate ( ) : void
리턴 void

AddCommand() 공개 정적인 메소드

public static AddCommand ( string c ) : void
c string
리턴 void

Deactivate() 공개 정적인 메소드

public static Deactivate ( ) : void
리턴 void

OnKP() 공개 정적인 메소드

public static OnKP ( object sender, KeyEventArgs args ) : void
sender object
args KeyEventArgs
리턴 void

Toggle() 공개 정적인 메소드

public static Toggle ( Action f ) : void
f Action
리턴 void

프로퍼티 상세

Lines 공개적으로 정적으로 프로퍼티

public static Queue Lines
리턴 Queue