C# 클래스 EditorObjects.EditorWindow

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
LastInstance EditorWindow
MinimumFrameLength float

공개 메소드들

메소드 설명
EditorWindow ( ) : System
Exit ( ) : void
ExitMessage ( Window callingWindow ) : void
FrameUpdate ( ) : void
ProcessCommandLineArgument ( string argument ) : void
Run ( string args ) : void

보호된 메소드들

메소드 설명
OnResize ( System e ) : void
OnResize ( bool forceResize ) : void
ProcessDroppedFile ( string fileName ) : void

비공개 메소드들

메소드 설명
Draw ( ) : void
GameForm_Activated ( object sender, EventArgs e ) : void
GameForm_Closing ( object sender, System e ) : void
GameForm_DragDrop ( object sender, DragEventArgs e ) : void
LoadRuntimeOptions ( ) : void

메소드 상세

EditorWindow() 공개 메소드

public EditorWindow ( ) : System
리턴 System

Exit() 공개 메소드

public Exit ( ) : void
리턴 void

ExitMessage() 공개 메소드

public ExitMessage ( Window callingWindow ) : void
callingWindow FlatRedBall.Gui.Window
리턴 void

FrameUpdate() 공개 메소드

public FrameUpdate ( ) : void
리턴 void

OnResize() 보호된 메소드

protected OnResize ( System e ) : void
e System
리턴 void

OnResize() 보호된 메소드

protected OnResize ( bool forceResize ) : void
forceResize bool
리턴 void

ProcessCommandLineArgument() 공개 메소드

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

ProcessDroppedFile() 보호된 메소드

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

Run() 공개 메소드

public Run ( string args ) : void
args string
리턴 void

프로퍼티 상세

LastInstance 공개적으로 정적으로 프로퍼티

public static EditorWindow,EditorObjects LastInstance
리턴 EditorWindow

MinimumFrameLength 공개적으로 정적으로 프로퍼티

public static float MinimumFrameLength
리턴 float