C# 클래스 GameCreator.Projects.JsonProjects.JsonProjectType

파일 보기 프로젝트 열기: joshwyant/game-creator 1 사용 예제들

공개 메소드들

메소드 설명
LoadProject ( IProject project, string location ) : void
SaveProject ( IProject project, string location ) : void

비공개 메소드들

메소드 설명
CreateDirectoryStructure ( IEnumerable resources, string location ) : void
EnumerateFiles ( string location, TreeResourceKind kind, Action action ) : void
ExportScripts ( string location ) : void
ExportSprites ( string location ) : void
recurse ( string location, IEnumerable resources, Action action ) : void

메소드 상세

LoadProject() 공개 메소드

public LoadProject ( IProject project, string location ) : void
project IProject
location string
리턴 void

SaveProject() 공개 메소드

public SaveProject ( IProject project, string location ) : void
project IProject
location string
리턴 void