C# Class GameCommon.DebugInformationWindow

Defines a debug information window class.
Inheritance: EControl
Afficher le fichier Open project: DarrenHassan/GDM4242-GroupD Class Usage Examples

Méthodes protégées

Méthode Description
OnAttach ( ) : void
OnDetach ( ) : void
OnKeyDown ( KeyEvent e ) : bool
OnRenderUI ( GuiRenderer renderer ) : void

Private Methods

Méthode Description
Background_CheckedChange ( ECheckBox sender ) : void
UpdateColorMultiplier ( ) : void

Method Details

OnAttach() protected méthode

protected OnAttach ( ) : void
Résultat void

OnDetach() protected méthode

protected OnDetach ( ) : void
Résultat void

OnKeyDown() protected méthode

protected OnKeyDown ( KeyEvent e ) : bool
e KeyEvent
Résultat bool

OnRenderUI() protected méthode

protected OnRenderUI ( GuiRenderer renderer ) : void
renderer GuiRenderer
Résultat void