C# Class MegaMan.LevelEditor.StageProp

Mostrar archivo Open project: Tesserex/C--MegaMan-Engine Class Usage Examples

Public Methods

Method Description
CreateStage ( ProjectEditor project ) : void
EditStage ( StageDocument stage ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
Cancel ( ) : void
InitializeComponent ( ) : void

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

LoadStage ( StageDocument stage ) : void
Save ( ) : bool
StageProp ( ) : System
buttonCancel_Click ( object sender, EventArgs e ) : void
buttonOK_Click ( object sender, EventArgs e ) : void
introChange_Click ( object sender, EventArgs e ) : void
loopChange_Click ( object sender, EventArgs e ) : void
tilesetChange_Click ( object sender, EventArgs e ) : void

Method Details

CreateStage() public static method

public static CreateStage ( ProjectEditor project ) : void
project ProjectEditor
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

EditStage() public static method

public static EditStage ( StageDocument stage ) : void
stage StageDocument
return void