C# Class Arena.ArenaModel

Inheritance: NewTOAPIA.GL.GLModel
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
DrawBegin ( ) : void
DrawContent ( ) : void
OnReleaseContext ( ) : void
OnSetContext ( ) : void

Private Methods

Méthode Description
DrawGround ( ) : void
DrawSpeakerCube ( ) : void
DrawVideoWall ( ) : void
MoveAway ( ) : void
MoveCloser ( ) : void

Method Details

ArenaModel() public méthode

public ArenaModel ( ) : System
Résultat System

DrawBegin() protected méthode

protected DrawBegin ( ) : void
Résultat void

DrawContent() protected méthode

protected DrawContent ( ) : void
Résultat void

OnKeyboardActivity() public méthode

public OnKeyboardActivity ( object sender, KeyboardActivityArgs kbde ) : void
sender object
kbde NewTOAPIA.UI.KeyboardActivityArgs
Résultat void

OnReleaseContext() protected méthode

protected OnReleaseContext ( ) : void
Résultat void

OnSetContext() protected méthode

protected OnSetContext ( ) : void
Résultat void

OnSetViewport() public méthode

public OnSetViewport ( int width, int height ) : void
width int
height int
Résultat void