C# Class Droid.Demos.Tutorial1

Inheritance: Axiom.Demos.Tutorial1
ファイルを表示 Open project: WolfgangSt/axiom Class Usage Examples

Public Methods

Method Description
Setup ( IGraphicsContext glContext, int width, int height ) : bool
SetupResources ( ) : void

Protected Methods

Method Description
OnFrameRenderingQueued ( object source, FrameEventArgs evt ) : void

Method Details

OnFrameRenderingQueued() protected method

protected OnFrameRenderingQueued ( object source, FrameEventArgs evt ) : void
source object
evt FrameEventArgs
return void

Setup() public method

public Setup ( IGraphicsContext glContext, int width, int height ) : bool
glContext IGraphicsContext
width int
height int
return bool

SetupResources() public method

public SetupResources ( ) : void
return void