C# Class MegaMan.Editor.Bll.ProjectFileStructure

Inheritance: IProjectFileStructure
显示文件 Open project: Tesserex/C--MegaMan-Engine

Public Methods

Method Description
CreateEntityPath ( string entityName ) : MegaMan.Common.FilePath
CreateStagePath ( string stageName ) : MegaMan.Common.FilePath
CreateTilesetPath ( string tilesetName ) : MegaMan.Common.FilePath
ProjectFileStructure ( Project project ) : System

Private Methods

Method Description
EnsureDirectory ( ) : string

Method Details

CreateEntityPath() public method

public CreateEntityPath ( string entityName ) : MegaMan.Common.FilePath
entityName string
return MegaMan.Common.FilePath

CreateStagePath() public method

public CreateStagePath ( string stageName ) : MegaMan.Common.FilePath
stageName string
return MegaMan.Common.FilePath

CreateTilesetPath() public method

public CreateTilesetPath ( string tilesetName ) : MegaMan.Common.FilePath
tilesetName string
return MegaMan.Common.FilePath

ProjectFileStructure() public method

public ProjectFileStructure ( Project project ) : System
project MegaMan.Common.Project
return System