C# Class GameCommon.DebugInformationWindow

Defines a debug information window class.
Inheritance: EControl
ファイルを表示 Open project: DarrenHassan/GDM4242-GroupD Class Usage Examples

Protected Methods

Method Description
OnAttach ( ) : void
OnDetach ( ) : void
OnKeyDown ( KeyEvent e ) : bool
OnRenderUI ( GuiRenderer renderer ) : void

Private Methods

Method Description
Background_CheckedChange ( ECheckBox sender ) : void
UpdateColorMultiplier ( ) : void

Method Details

OnAttach() protected method

protected OnAttach ( ) : void
return void

OnDetach() protected method

protected OnDetach ( ) : void
return void

OnKeyDown() protected method

protected OnKeyDown ( KeyEvent e ) : bool
e KeyEvent
return bool

OnRenderUI() protected method

protected OnRenderUI ( GuiRenderer renderer ) : void
renderer GuiRenderer
return void