C# Class MegaMan.LevelEditor.StageProp

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

Méthodes publiques

Méthode Description
CreateStage ( ProjectEditor project ) : void
EditStage ( StageDocument stage ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

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

EditStage() public static méthode

public static EditStage ( StageDocument stage ) : void
stage StageDocument
Résultat void