C# 클래스 RingCamView.VideoDromeScene

상속: NewTOAPIA.GL.GLModel
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA

공개 메소드들

메소드 설명
OnKeyboardActivity ( object sender, KeyboardActivityArgs kbde ) : IntPtr
OnSetViewport ( int width, int height ) : void
VideoDromeScene ( ) : System

보호된 메소드들

메소드 설명
DrawBegin ( ) : void
DrawContent ( ) : void
OnReleaseContext ( ) : void
OnSetContext ( ) : void

비공개 메소드들

메소드 설명
DrawGround ( ) : void
SetupLighting ( ) : void

메소드 상세

DrawBegin() 보호된 메소드

protected DrawBegin ( ) : void
리턴 void

DrawContent() 보호된 메소드

protected DrawContent ( ) : void
리턴 void

OnKeyboardActivity() 공개 메소드

public OnKeyboardActivity ( object sender, KeyboardActivityArgs kbde ) : IntPtr
sender object
kbde NewTOAPIA.UI.KeyboardActivityArgs
리턴 System.IntPtr

OnReleaseContext() 보호된 메소드

protected OnReleaseContext ( ) : void
리턴 void

OnSetContext() 보호된 메소드

protected OnSetContext ( ) : void
리턴 void

OnSetViewport() 공개 메소드

public OnSetViewport ( int width, int height ) : void
width int
height int
리턴 void

VideoDromeScene() 공개 메소드

public VideoDromeScene ( ) : System
리턴 System