C# 클래스 Examples.WinForms.GameLoopForm

파일 보기 프로젝트 열기: tpb3d/TPB3D 1 사용 예제들

공개 메소드들

메소드 설명
GameLoopForm ( ) : System

보호된 메소드들

메소드 설명
OnClosing ( CancelEventArgs e ) : void
OnLoad ( EventArgs e ) : void

비공개 메소드들

메소드 설명
Application_Idle ( object sender, EventArgs e ) : void
DrawCube ( ) : void
Main ( ) : void
Render ( ) : void
glControl_KeyDown ( object sender, KeyEventArgs e ) : void
glControl_KeyUp ( object sender, KeyEventArgs e ) : void
glControl_Paint ( object sender, PaintEventArgs e ) : void
glControl_Resize ( object sender, EventArgs e ) : void

메소드 상세

GameLoopForm() 공개 메소드

public GameLoopForm ( ) : System
리턴 System

OnClosing() 보호된 메소드

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
리턴 void

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e EventArgs
리턴 void