C# Class Arena.ArenaModel

Inheritance: NewTOAPIA.GL.GLModel
Datei anzeigen Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
ArenaModel ( ) : System
OnKeyboardActivity ( object sender, KeyboardActivityArgs kbde ) : void
OnSetViewport ( int width, int height ) : void

Protected Methods

Method Description
DrawBegin ( ) : void
DrawContent ( ) : void
OnReleaseContext ( ) : void
OnSetContext ( ) : void

Private Methods

Method Description
DrawGround ( ) : void
DrawSpeakerCube ( ) : void
DrawVideoWall ( ) : void
MoveAway ( ) : void
MoveCloser ( ) : void

Method Details

ArenaModel() public method

public ArenaModel ( ) : System
return System

DrawBegin() protected method

protected DrawBegin ( ) : void
return void

DrawContent() protected method

protected DrawContent ( ) : void
return void

OnKeyboardActivity() public method

public OnKeyboardActivity ( object sender, KeyboardActivityArgs kbde ) : void
sender object
kbde NewTOAPIA.UI.KeyboardActivityArgs
return void

OnReleaseContext() protected method

protected OnReleaseContext ( ) : void
return void

OnSetContext() protected method

protected OnSetContext ( ) : void
return void

OnSetViewport() public method

public OnSetViewport ( int width, int height ) : void
width int
height int
return void