C# Class Game.EngineLogoWindow

Defines a NeoAxis Engine Logo window.
Inheritance: EControl
Mostra file Open project: DarrenHassan/GDM4242-GroupD

Protected Methods

Method Description
OnAttach ( ) : void
OnKeyDown ( KeyEvent e ) : bool
OnMouseDown ( EMouseButtons button ) : bool
OnRenderUI ( GuiRenderer renderer ) : void
OnTick ( float delta ) : void

Private Methods

Method Description
Destroy ( bool breaked ) : void

Method Details

OnAttach() protected method

protected OnAttach ( ) : void
return void

OnKeyDown() protected method

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

OnMouseDown() protected method

protected OnMouseDown ( EMouseButtons button ) : bool
button EMouseButtons
return bool

OnRenderUI() protected method

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

OnTick() protected method

protected OnTick ( float delta ) : void
delta float
return void