C# 클래스 Nomad.Editor.EditorDocument

파일 보기 프로젝트 열기: Azerothian/fc3editor 1 사용 예제들

공개 메소드들

메소드 설명
ClearSnapshot ( ) : void
Dump ( string mapFile, string dumpPath ) : void
Export ( string mapFile, string exportPath, bool toConsole ) : void
ExtractBigFile ( string mapFile, string bfPath, string bfName ) : void
FinalizeMap ( ) : void
Load ( string fileName, EditorDocument callback ) : bool
LoadPhysical ( string path ) : bool
OnLoadCompleted ( bool success ) : void
OnSaveCompleted ( bool success ) : void
Reset ( ) : void
Save ( string fileName, EditorDocument callback ) : void
TakeSnapshot ( Snapshot snapshot, int sampleFactor ) : void
Validate ( ) : bool

메소드 상세

ClearSnapshot() 공개 정적인 메소드

public static ClearSnapshot ( ) : void
리턴 void

Dump() 공개 정적인 메소드

public static Dump ( string mapFile, string dumpPath ) : void
mapFile string
dumpPath string
리턴 void

Export() 공개 정적인 메소드

public static Export ( string mapFile, string exportPath, bool toConsole ) : void
mapFile string
exportPath string
toConsole bool
리턴 void

ExtractBigFile() 공개 정적인 메소드

public static ExtractBigFile ( string mapFile, string bfPath, string bfName ) : void
mapFile string
bfPath string
bfName string
리턴 void

FinalizeMap() 공개 정적인 메소드

public static FinalizeMap ( ) : void
리턴 void

Load() 공개 정적인 메소드

public static Load ( string fileName, EditorDocument callback ) : bool
fileName string
callback EditorDocument
리턴 bool

LoadPhysical() 공개 정적인 메소드

public static LoadPhysical ( string path ) : bool
path string
리턴 bool

OnLoadCompleted() 공개 정적인 메소드

public static OnLoadCompleted ( bool success ) : void
success bool
리턴 void

OnSaveCompleted() 공개 정적인 메소드

public static OnSaveCompleted ( bool success ) : void
success bool
리턴 void

Reset() 공개 정적인 메소드

public static Reset ( ) : void
리턴 void

Save() 공개 정적인 메소드

public static Save ( string fileName, EditorDocument callback ) : void
fileName string
callback EditorDocument
리턴 void

TakeSnapshot() 공개 정적인 메소드

public static TakeSnapshot ( Snapshot snapshot, int sampleFactor ) : void
snapshot Nomad.Logic.Snapshot
sampleFactor int
리턴 void

Validate() 공개 정적인 메소드

public static Validate ( ) : bool
리턴 bool