C# Class NeHeLesson2.EAGLView

Inheritance: OpenTK.Platform.iPhoneOS.iPhoneOSGameView
Afficher le fichier Open project: bholmes/NeHe-MonoTouch

Méthodes publiques

Méthode Description
SetupView ( ) : void

Méthodes protégées

Méthode Description
ConfigureLayer ( CAEAGLLayer eaglLayer ) : void
OnLoad ( EventArgs e ) : void
OnRenderFrame ( FrameEventArgs e ) : void

Private Methods

Méthode Description
DrawFrame ( ) : void
EAGLView ( NSCoder coder ) : System
GetLayerClass ( ) : Class

Method Details

ConfigureLayer() protected méthode

protected ConfigureLayer ( CAEAGLLayer eaglLayer ) : void
eaglLayer CAEAGLLayer
Résultat void

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnRenderFrame() protected méthode

protected OnRenderFrame ( FrameEventArgs e ) : void
e FrameEventArgs
Résultat void

SetupView() public méthode

public SetupView ( ) : void
Résultat void