C# Class PointSprites.SpriteScene

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

Public Methods

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

Protected Methods

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

Method Details

DrawBegin() protected method

protected DrawBegin ( ) : void
return void

DrawContent() protected method

protected DrawContent ( ) : void
return void

DrawEnd() protected method

protected DrawEnd ( ) : void
return void

OnKeyboardActivity() public method

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

OnSetContext() protected method

protected OnSetContext ( ) : void
return void

OnSetViewport() public method

public OnSetViewport ( int w, int h ) : void
w int
h int
return void

SpriteScene() public method

public SpriteScene ( ) : System
return System