C# Class FlagScene, NewTOAPIA

Inheritance: NewTOAPIA.GL.GLModel
Show file Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Properties

Property Type Description
nLoops long
nTicks long

Public Methods

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

Protected Methods

Method Description
DrawContent ( ) : void
OnSetContext ( ) : void

Method Details

DrawContent() protected method

protected DrawContent ( ) : void
return void

FlagScene() public method

public FlagScene ( ) : System
return System

OnKeyboardActivity() public method

public OnKeyboardActivity ( object sender, KeyboardActivityArgs kbde ) : void
sender object
kbde NewTOAPIA.UI.KeyboardActivityArgs
return void

OnSetContext() protected method

protected OnSetContext ( ) : void
return void

OnSetViewport() public method

public OnSetViewport ( int width, int height ) : void
width int
height int
return void

SetupTexture() public method

public SetupTexture ( ) : void
return void

Property Details

nLoops public property

public long nLoops
return long

nTicks public property

public long nTicks
return long