C# 클래스 MegaMan.Editor.Bll.ProjectFileStructure

상속: IProjectFileStructure
파일 보기 프로젝트 열기: Tesserex/C--MegaMan-Engine

공개 메소드들

메소드 설명
CreateEntityPath ( string entityName ) : MegaMan.Common.FilePath
CreateStagePath ( string stageName ) : MegaMan.Common.FilePath
CreateTilesetPath ( string tilesetName ) : MegaMan.Common.FilePath
ProjectFileStructure ( Project project ) : System

비공개 메소드들

메소드 설명
EnsureDirectory ( ) : string

메소드 상세

CreateEntityPath() 공개 메소드

public CreateEntityPath ( string entityName ) : MegaMan.Common.FilePath
entityName string
리턴 MegaMan.Common.FilePath

CreateStagePath() 공개 메소드

public CreateStagePath ( string stageName ) : MegaMan.Common.FilePath
stageName string
리턴 MegaMan.Common.FilePath

CreateTilesetPath() 공개 메소드

public CreateTilesetPath ( string tilesetName ) : MegaMan.Common.FilePath
tilesetName string
리턴 MegaMan.Common.FilePath

ProjectFileStructure() 공개 메소드

public ProjectFileStructure ( Project project ) : System
project MegaMan.Common.Project
리턴 System