C# Class EditorObjects.EditorWindow

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Свойство Type Description
LastInstance EditorWindow
MinimumFrameLength float

Méthodes publiques

Méthode Description
EditorWindow ( ) : System
Exit ( ) : void
ExitMessage ( Window callingWindow ) : void
FrameUpdate ( ) : void
ProcessCommandLineArgument ( string argument ) : void
Run ( string args ) : void

Méthodes protégées

Méthode Description
OnResize ( System e ) : void
OnResize ( bool forceResize ) : void
ProcessDroppedFile ( string fileName ) : void

Private Methods

Méthode Description
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

Method Details

EditorWindow() public méthode

public EditorWindow ( ) : System
Résultat System

Exit() public méthode

public Exit ( ) : void
Résultat void

ExitMessage() public méthode

public ExitMessage ( Window callingWindow ) : void
callingWindow FlatRedBall.Gui.Window
Résultat void

FrameUpdate() public méthode

public FrameUpdate ( ) : void
Résultat void

OnResize() protected méthode

protected OnResize ( System e ) : void
e System
Résultat void

OnResize() protected méthode

protected OnResize ( bool forceResize ) : void
forceResize bool
Résultat void

ProcessCommandLineArgument() public méthode

public ProcessCommandLineArgument ( string argument ) : void
argument string
Résultat void

ProcessDroppedFile() protected méthode

protected ProcessDroppedFile ( string fileName ) : void
fileName string
Résultat void

Run() public méthode

public Run ( string args ) : void
args string
Résultat void

Property Details

LastInstance public_oe static_oe property

public static EditorWindow,EditorObjects LastInstance
Résultat EditorWindow

MinimumFrameLength public_oe static_oe property

public static float MinimumFrameLength
Résultat float