C# 클래스 SparrowSharp.Core.iOS.EAGLView

상속: OpenTK.Platform.iPhoneOS.iPhoneOSGameView
파일 보기 프로젝트 열기: fmotagarcia/sparrow-sharp

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
ConfigureLayer ( CAEAGLLayer eaglLayer ) : void
CreateFrameBuffer ( ) : void
OnRenderFrame ( FrameEventArgs e ) : void

비공개 메소드들

메소드 설명
DrawFrame ( ) : void
EAGLView ( NSCoder coder ) : System
GetLayerClass ( ) : Class
processTouches ( UIEvent evt ) : void

메소드 상세

ConfigureLayer() 보호된 메소드

protected ConfigureLayer ( CAEAGLLayer eaglLayer ) : void
eaglLayer CAEAGLLayer
리턴 void

CreateFrameBuffer() 보호된 메소드

protected CreateFrameBuffer ( ) : void
리턴 void

OnRenderFrame() 보호된 메소드

protected OnRenderFrame ( FrameEventArgs e ) : void
e FrameEventArgs
리턴 void

StartAnimating() 공개 메소드

public StartAnimating ( ) : void
리턴 void

StopAnimating() 공개 메소드

public StopAnimating ( ) : void
리턴 void

TouchesBegan() 공개 메소드

public TouchesBegan ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
리턴 void

TouchesCancelled() 공개 메소드

public TouchesCancelled ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
리턴 void

TouchesEnded() 공개 메소드

public TouchesEnded ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
리턴 void

TouchesMoved() 공개 메소드

public TouchesMoved ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
리턴 void