Method | Description | |
---|---|---|
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, |
||
LoadPhysical ( string path ) : bool | ||
OnLoadCompleted ( bool success ) : void | ||
OnSaveCompleted ( bool success ) : void | ||
Reset ( ) : void | ||
Save ( string fileName, |
||
TakeSnapshot ( |
||
Validate ( ) : bool |
public static Dump ( string mapFile, string dumpPath ) : void | ||
mapFile | string | |
dumpPath | string | |
return | void |
public static Export ( string mapFile, string exportPath, bool toConsole ) : void | ||
mapFile | string | |
exportPath | string | |
toConsole | bool | |
return | void |
public static ExtractBigFile ( string mapFile, string bfPath, string bfName ) : void | ||
mapFile | string | |
bfPath | string | |
bfName | string | |
return | void |
public static Load ( string fileName, |
||
fileName | string | |
callback | ||
return | bool |
public static LoadPhysical ( string path ) : bool | ||
path | string | |
return | bool |
public static OnLoadCompleted ( bool success ) : void | ||
success | bool | |
return | void |
public static OnSaveCompleted ( bool success ) : void | ||
success | bool | |
return | void |
public static Save ( string fileName, |
||
fileName | string | |
callback | ||
return | void |
public static TakeSnapshot ( |
||
snapshot | ||
sampleFactor | int | |
return | void |