C# 클래스 PointSprites.SpriteScene

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

공개 메소드들

메소드 설명
OnKeyboardActivity ( object sender, NewTOAPIA kbde ) : void
OnSetViewport ( int w, int h ) : void
SpriteScene ( ) : System

보호된 메소드들

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

메소드 상세

DrawBegin() 보호된 메소드

protected DrawBegin ( ) : void
리턴 void

DrawContent() 보호된 메소드

protected DrawContent ( ) : void
리턴 void

DrawEnd() 보호된 메소드

protected DrawEnd ( ) : void
리턴 void

OnKeyboardActivity() 공개 메소드

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

OnSetContext() 보호된 메소드

protected OnSetContext ( ) : void
리턴 void

OnSetViewport() 공개 메소드

public OnSetViewport ( int w, int h ) : void
w int
h int
리턴 void

SpriteScene() 공개 메소드

public SpriteScene ( ) : System
리턴 System