C# 클래스 FlagScene, NewTOAPIA

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

공개 프로퍼티들

프로퍼티 타입 설명
nLoops long
nTicks long

공개 메소드들

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

보호된 메소드들

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

메소드 상세

DrawContent() 보호된 메소드

protected DrawContent ( ) : void
리턴 void

FlagScene() 공개 메소드

public FlagScene ( ) : System
리턴 System

OnKeyboardActivity() 공개 메소드

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

OnSetContext() 보호된 메소드

protected OnSetContext ( ) : void
리턴 void

OnSetViewport() 공개 메소드

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

SetupTexture() 공개 메소드

public SetupTexture ( ) : void
리턴 void

프로퍼티 상세

nLoops 공개적으로 프로퍼티

public long nLoops
리턴 long

nTicks 공개적으로 프로퍼티

public long nTicks
리턴 long