C# Class GameCommon.EngineConsole

Afficher le fichier Open project: DarrenHassan/GDM4242-GroupD Class Usage Examples

Private Properties

Свойство Type Description
AddCommand void
AddStandardCommands void
GetCommandByName Command
InitInternal void
OnConsoleClear void
OnConsoleCommands void
OnConsoleConfigCommand void
OnConsoleFullScreen void
OnConsoleQuit void
OnConsoleVideoMode void
OnLogNativeMemoryStatistics void
ShutdownInternal void

Méthodes publiques

Méthode Description
AddCommand ( string name, Command handler ) : void
AddCommand ( string name, Command handler, object userData ) : void
AddCommand ( string name, Command handler, object userData, string description ) : void
AddCommand ( string name, Command handler, string description ) : void
Clear ( ) : void
DoKeyDown ( KeyEvent e ) : bool
DoKeyPress ( KeyPressEvent e ) : bool
DoRenderUI ( GuiRenderer renderer ) : void
DoTick ( float delta ) : void
ExecuteString ( string str ) : bool
Init ( ) : void
Print ( string text ) : void
Print ( string text, ColorValue color ) : void
RegisterConfigParameter ( Engine.Config parameter ) : void
RemoveCommand ( string name ) : void
Shutdown ( ) : void

Private Methods

Méthode Description
AddCommand ( string name, Command handler, Command extendedHandler, string description, object userData ) : void
AddStandardCommands ( ) : void
GetCommandByName ( string name ) : Command
InitInternal ( ) : void
OnConsoleClear ( string arguments ) : void
OnConsoleCommands ( string arguments ) : void
OnConsoleConfigCommand ( string arguments, object userData ) : void
OnConsoleFullScreen ( string arguments ) : void
OnConsoleQuit ( string arguments ) : void
OnConsoleVideoMode ( string arguments ) : void
OnLogNativeMemoryStatistics ( string arguments ) : void
ShutdownInternal ( ) : void

Method Details

AddCommand() public méthode

public AddCommand ( string name, Command handler ) : void
name string
handler Command
Résultat void

AddCommand() public méthode

public AddCommand ( string name, Command handler, object userData ) : void
name string
handler Command
userData object
Résultat void

AddCommand() public méthode

public AddCommand ( string name, Command handler, object userData, string description ) : void
name string
handler Command
userData object
description string
Résultat void

AddCommand() public méthode

public AddCommand ( string name, Command handler, string description ) : void
name string
handler Command
description string
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

DoKeyDown() public méthode

public DoKeyDown ( KeyEvent e ) : bool
e KeyEvent
Résultat bool

DoKeyPress() public méthode

public DoKeyPress ( KeyPressEvent e ) : bool
e KeyPressEvent
Résultat bool

DoRenderUI() public méthode

public DoRenderUI ( GuiRenderer renderer ) : void
renderer GuiRenderer
Résultat void

DoTick() public méthode

public DoTick ( float delta ) : void
delta float
Résultat void

ExecuteString() public méthode

public ExecuteString ( string str ) : bool
str string
Résultat bool

Init() public static méthode

public static Init ( ) : void
Résultat void

Print() public méthode

public Print ( string text ) : void
text string
Résultat void

Print() public méthode

public Print ( string text, ColorValue color ) : void
text string
color ColorValue
Résultat void

RegisterConfigParameter() public méthode

public RegisterConfigParameter ( Engine.Config parameter ) : void
parameter Engine.Config
Résultat void

RemoveCommand() public méthode

public RemoveCommand ( string name ) : void
name string
Résultat void

Shutdown() public static méthode

public static Shutdown ( ) : void
Résultat void