C# Class PointSprites.SpriteScene

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

Méthodes publiques

Méthode Description
OnKeyboardActivity ( object sender, NewTOAPIA kbde ) : void
OnSetViewport ( int w, int h ) : void
SpriteScene ( ) : System

Méthodes protégées

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

Method Details

DrawBegin() protected méthode

protected DrawBegin ( ) : void
Résultat void

DrawContent() protected méthode

protected DrawContent ( ) : void
Résultat void

DrawEnd() protected méthode

protected DrawEnd ( ) : void
Résultat void

OnKeyboardActivity() public méthode

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

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

SpriteScene() public méthode

public SpriteScene ( ) : System
Résultat System