C# Class RTSEngine.Controllers.DevConsole

Afficher le fichier Open project: RegrowthStudios/VoxelRTS Class Usage Examples

Méthodes publiques

Свойство Type Description
Lines Queue

Méthodes publiques

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

Private Methods

Méthode Description
DevConsole ( ) : System
OnTextChanged ( TextInput ti, string s ) : void
OnTextEntered ( TextInput ti, string s ) : void

Method Details

Activate() public static méthode

public static Activate ( ) : void
Résultat void

AddCommand() public static méthode

public static AddCommand ( string c ) : void
c string
Résultat void

Deactivate() public static méthode

public static Deactivate ( ) : void
Résultat void

OnKP() public static méthode

public static OnKP ( object sender, KeyEventArgs args ) : void
sender object
args KeyEventArgs
Résultat void

Toggle() public static méthode

public static Toggle ( Action f ) : void
f Action
Résultat void

Property Details

Lines public_oe static_oe property

public static Queue Lines
Résultat Queue