C# Class RTSEngine.Controllers.DevConsole

ファイルを表示 Open project: RegrowthStudios/VoxelRTS Class Usage Examples

Public Properties

Property Type Description
Lines Queue

Public Methods

Method Description
Activate ( ) : void
AddCommand ( string c ) : void
Deactivate ( ) : void
OnKP ( object sender, KeyEventArgs args ) : void
Toggle ( Action f ) : void

Private Methods

Method Description
DevConsole ( ) : System
OnTextChanged ( TextInput ti, string s ) : void
OnTextEntered ( TextInput ti, string s ) : void

Method Details

Activate() public static method

public static Activate ( ) : void
return void

AddCommand() public static method

public static AddCommand ( string c ) : void
c string
return void

Deactivate() public static method

public static Deactivate ( ) : void
return void

OnKP() public static method

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

Toggle() public static method

public static Toggle ( Action f ) : void
f Action
return void

Property Details

Lines public_oe static_oe property

public static Queue Lines
return Queue