C# Class SparrowSharp.Core.iOS.EAGLView

Inheritance: OpenTK.Platform.iPhoneOS.iPhoneOSGameView
Afficher le fichier Open project: fmotagarcia/sparrow-sharp

Méthodes publiques

Méthode Description
StartAnimating ( ) : void
StopAnimating ( ) : void
TouchesBegan ( NSSet touches, UIEvent evt ) : void
TouchesCancelled ( NSSet touches, UIEvent evt ) : void
TouchesEnded ( NSSet touches, UIEvent evt ) : void
TouchesMoved ( NSSet touches, UIEvent evt ) : void

Méthodes protégées

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

Private Methods

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

Method Details

ConfigureLayer() protected méthode

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

CreateFrameBuffer() protected méthode

protected CreateFrameBuffer ( ) : void
Résultat void

OnRenderFrame() protected méthode

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

StartAnimating() public méthode

public StartAnimating ( ) : void
Résultat void

StopAnimating() public méthode

public StopAnimating ( ) : void
Résultat void

TouchesBegan() public méthode

public TouchesBegan ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
Résultat void

TouchesCancelled() public méthode

public TouchesCancelled ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
Résultat void

TouchesEnded() public méthode

public TouchesEnded ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
Résultat void

TouchesMoved() public méthode

public TouchesMoved ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
Résultat void