C# Class Varray, NewTOAPIA

Inheritance: NewTOAPIA.GL.GLModel
Mostrar archivo Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
OnMouseActivity ( Object sender, MouseActivityArgs mea ) : void
OnSetViewport ( int w, int h ) : void
Varray ( ) : System
setupInterleave ( ) : void
setupPointers ( ) : void

Protected Methods

Method Description
DrawBegin ( ) : void
DrawContent ( ) : void
DrawEnd ( ) : 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

OnMouseActivity() public method

public OnMouseActivity ( Object sender, MouseActivityArgs mea ) : void
sender Object
mea NewTOAPIA.UI.MouseActivityArgs
return void

OnSetViewport() public method

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

Varray() public method

public Varray ( ) : System
return System

setupInterleave() public method

public setupInterleave ( ) : void
return void

setupPointers() public method

public setupPointers ( ) : void
return void