C# Class PolygonEditor.Gui.GameForm

Inheritance: EditorObjects.EditorWindow
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Méthode Description
FrameUpdate ( ) : void
GameForm ( ) : System
ProcessCommandLineArgument ( string argument ) : void

Méthodes protégées

Méthode Description
ProcessDroppedFile ( string fileName ) : void

Private Methods

Méthode Description
GameForm_DragDrop ( object sender, DragEventArgs e ) : void

Method Details

FrameUpdate() public méthode

public FrameUpdate ( ) : void
Résultat void

GameForm() public méthode

public GameForm ( ) : System
Résultat System

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