C# 클래스 PolygonEditor.Gui.GameForm

상속: EditorObjects.EditorWindow
파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 메소드들

메소드 설명
FrameUpdate ( ) : void
GameForm ( ) : System
ProcessCommandLineArgument ( string argument ) : void

보호된 메소드들

메소드 설명
ProcessDroppedFile ( string fileName ) : void

비공개 메소드들

메소드 설명
GameForm_DragDrop ( object sender, DragEventArgs e ) : void

메소드 상세

FrameUpdate() 공개 메소드

public FrameUpdate ( ) : void
리턴 void

GameForm() 공개 메소드

public GameForm ( ) : System
리턴 System

ProcessCommandLineArgument() 공개 메소드

public ProcessCommandLineArgument ( string argument ) : void
argument string
리턴 void

ProcessDroppedFile() 보호된 메소드

protected ProcessDroppedFile ( string fileName ) : void
fileName string
리턴 void