C# Class RingCamView.VideoDromeScene

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

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
DrawGround ( ) : void
SetupLighting ( ) : void

Method Details

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 System.IntPtr

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

VideoDromeScene() public méthode

public VideoDromeScene ( ) : System
Résultat System