C# Class MegaMan.LevelEditor.EntityForm

Afficher le fichier Open project: Tesserex/C--MegaMan-Engine Class Usage Examples

Méthodes publiques

Méthode Description
Deselect ( ) : void
EntityForm ( ) : System
LoadEntities ( ProjectEditor project ) : void
Unload ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
Animate ( ) : void
DrawPreview ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

entityList_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

Deselect() public méthode

public Deselect ( ) : void
Résultat void

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

EntityForm() public méthode

public EntityForm ( ) : System
Résultat System

LoadEntities() public méthode

public LoadEntities ( ProjectEditor project ) : void
project ProjectEditor
Résultat void

Unload() public méthode

public Unload ( ) : void
Résultat void