C# Class MegaMan.LevelEditor.ProjectEditor

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

Private Properties

Свойство Type Description
ConfirmSave bool
LoadEntities void
LoadIncludes void
ProjectEditor System

Méthodes publiques

Méthode Description
AddStage ( string name, string tilesetPath ) : StageDocument
Close ( ) : bool
CreateNew ( ) : ProjectEditor
EntityByName ( string name ) : Entity
FromFile ( string path ) : ProjectEditor
Save ( ) : void
StageByName ( string name ) : StageDocument

Private Methods

Méthode Description
ConfirmSave ( ) : bool
LoadEntities ( System.Xml.Linq.XElement entitiesNode ) : void
LoadIncludes ( ) : void
ProjectEditor ( ) : System

Method Details

AddStage() public méthode

public AddStage ( string name, string tilesetPath ) : StageDocument
name string
tilesetPath string
Résultat StageDocument

Close() public méthode

public Close ( ) : bool
Résultat bool

CreateNew() public static méthode

public static CreateNew ( ) : ProjectEditor
Résultat ProjectEditor

EntityByName() public méthode

public EntityByName ( string name ) : Entity
name string
Résultat Entity

FromFile() public static méthode

public static FromFile ( string path ) : ProjectEditor
path string
Résultat ProjectEditor

Save() public méthode

public Save ( ) : void
Résultat void

StageByName() public méthode

public StageByName ( string name ) : StageDocument
name string
Résultat StageDocument