C# Class MegaMan.LevelEditor.EntityForm

显示文件 Open project: Tesserex/C--MegaMan-Engine Class Usage Examples

Public Methods

Method Description
Deselect ( ) : void
EntityForm ( ) : System
LoadEntities ( ProjectEditor project ) : void
Unload ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

public Deselect ( ) : void
return void

Dispose() protected method

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

EntityForm() public method

public EntityForm ( ) : System
return System

LoadEntities() public method

public LoadEntities ( ProjectEditor project ) : void
project ProjectEditor
return void

Unload() public method

public Unload ( ) : void
return void