C# 클래스 Arena.ArenaModel

상속: NewTOAPIA.GL.GLModel
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 메소드들

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

보호된 메소드들

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

비공개 메소드들

메소드 설명
DrawGround ( ) : void
DrawSpeakerCube ( ) : void
DrawVideoWall ( ) : void
MoveAway ( ) : void
MoveCloser ( ) : void

메소드 상세

ArenaModel() 공개 메소드

public ArenaModel ( ) : System
리턴 System

DrawBegin() 보호된 메소드

protected DrawBegin ( ) : void
리턴 void

DrawContent() 보호된 메소드

protected DrawContent ( ) : void
리턴 void

OnKeyboardActivity() 공개 메소드

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

OnReleaseContext() 보호된 메소드

protected OnReleaseContext ( ) : void
리턴 void

OnSetContext() 보호된 메소드

protected OnSetContext ( ) : void
리턴 void

OnSetViewport() 공개 메소드

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