Method | Description | |
---|---|---|
StartAnimating ( ) : void | ||
StopAnimating ( ) : void | ||
TouchesBegan ( NSSet touches, UIEvent evt ) : void | ||
TouchesEnded ( NSSet touches, UIEvent evt ) : void | ||
TouchesMoved ( NSSet touches, UIEvent evt ) : void |
Method | Description | |
---|---|---|
ConfigureLayer ( CAEAGLLayer eaglLayer ) : void | ||
CreateFrameBuffer ( ) : void | ||
DestroyFrameBuffer ( ) : void | ||
OnRenderFrame ( FrameEventArgs e ) : void |
Method | Description | |
---|---|---|
DrawFrame ( ) : void | ||
EAGLView ( NSCoder coder ) : System | ||
GetLayerClass ( ) : Class | ||
LoadBitmapData ( int texId ) : void | ||
SetupProjection ( ) : void |
protected ConfigureLayer ( CAEAGLLayer eaglLayer ) : void | ||
eaglLayer | CAEAGLLayer | |
return | void |
protected OnRenderFrame ( FrameEventArgs e ) : void | ||
e | FrameEventArgs | |
return | void |
public TouchesBegan ( NSSet touches, UIEvent evt ) : void | ||
touches | NSSet | |
evt | UIEvent | |
return | void |
public TouchesEnded ( NSSet touches, UIEvent evt ) : void | ||
touches | NSSet | |
evt | UIEvent | |
return | void |
public TouchesMoved ( NSSet touches, UIEvent evt ) : void | ||
touches | NSSet | |
evt | UIEvent | |
return | void |