C# Class FlagScene, NewTOAPIA

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

Méthodes publiques

Свойство Type Description
nLoops long
nTicks long

Méthodes publiques

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

Méthodes protégées

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

Method Details

DrawContent() protected méthode

protected DrawContent ( ) : void
Résultat void

FlagScene() public méthode

public FlagScene ( ) : System
Résultat System

OnKeyboardActivity() public méthode

public OnKeyboardActivity ( object sender, KeyboardActivityArgs kbde ) : void
sender object
kbde NewTOAPIA.UI.KeyboardActivityArgs
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

SetupTexture() public méthode

public SetupTexture ( ) : void
Résultat void

Property Details

nLoops public_oe property

public long nLoops
Résultat long

nTicks public_oe property

public long nTicks
Résultat long