C# 클래스 Viewer.MainForm

파일 보기 프로젝트 열기: dsrbecky/ColladaDOM

공개 메소드들

메소드 설명
Show ( string filename ) : void

비공개 메소드들

메소드 설명
Display ( ) : void
Idle ( ) : void
Init ( ) : void
Keyboard ( byte key, int x, int y ) : void
Main ( string args ) : void
Motion ( int x, int y ) : void
Mouse ( int button, int state, int x, int y ) : void
MouseWheel ( int wheel, int direction, int x, int y ) : void
Reshape ( int w, int h ) : void

메소드 상세

Show() 공개 메소드

public Show ( string filename ) : void
filename string
리턴 void