C# Class Aapoly, NewTOAPIA

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

Méthodes publiques

Méthode Description
Aapoly ( ) : System
OnKeyboardActivity ( object sender, KeyboardActivityArgs kbde ) : IntPtr
OnSetViewport ( int w, int h ) : void

Méthodes protégées

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

Private Methods

Méthode Description
DrawCube ( ) : void

Method Details

Aapoly() public méthode

public Aapoly ( ) : 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 ) : IntPtr
sender object
kbde NewTOAPIA.UI.KeyboardActivityArgs
Résultat IntPtr

OnSetContext() protected méthode

protected OnSetContext ( ) : void
Résultat void

OnSetViewport() public méthode

public OnSetViewport ( int w, int h ) : void
w int
h int
Résultat void