C# Class Droid.Demos.Tutorial1

Inheritance: Axiom.Demos.Tutorial1
Afficher le fichier Open project: WolfgangSt/axiom Class Usage Examples

Méthodes publiques

Méthode Description
Setup ( IGraphicsContext glContext, int width, int height ) : bool
SetupResources ( ) : void

Méthodes protégées

Méthode Description
OnFrameRenderingQueued ( object source, FrameEventArgs evt ) : void

Method Details

OnFrameRenderingQueued() protected méthode

protected OnFrameRenderingQueued ( object source, FrameEventArgs evt ) : void
source object
evt FrameEventArgs
Résultat void

Setup() public méthode

public Setup ( IGraphicsContext glContext, int width, int height ) : bool
glContext IGraphicsContext
width int
height int
Résultat bool

SetupResources() public méthode

public SetupResources ( ) : void
Résultat void