C# Class Nomad.Editor.EditorDocument

Afficher le fichier Open project: Azerothian/fc3editor Class Usage Examples

Méthodes publiques

Méthode 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, 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

Method Details

ClearSnapshot() public static méthode

public static ClearSnapshot ( ) : void
Résultat void

Dump() public static méthode

public static Dump ( string mapFile, string dumpPath ) : void
mapFile string
dumpPath string
Résultat void

Export() public static méthode

public static Export ( string mapFile, string exportPath, bool toConsole ) : void
mapFile string
exportPath string
toConsole bool
Résultat void

ExtractBigFile() public static méthode

public static ExtractBigFile ( string mapFile, string bfPath, string bfName ) : void
mapFile string
bfPath string
bfName string
Résultat void

FinalizeMap() public static méthode

public static FinalizeMap ( ) : void
Résultat void

Load() public static méthode

public static Load ( string fileName, EditorDocument callback ) : bool
fileName string
callback EditorDocument
Résultat bool

LoadPhysical() public static méthode

public static LoadPhysical ( string path ) : bool
path string
Résultat bool

OnLoadCompleted() public static méthode

public static OnLoadCompleted ( bool success ) : void
success bool
Résultat void

OnSaveCompleted() public static méthode

public static OnSaveCompleted ( bool success ) : void
success bool
Résultat void

Reset() public static méthode

public static Reset ( ) : void
Résultat void

Save() public static méthode

public static Save ( string fileName, EditorDocument callback ) : void
fileName string
callback EditorDocument
Résultat void

TakeSnapshot() public static méthode

public static TakeSnapshot ( Snapshot snapshot, int sampleFactor ) : void
snapshot Nomad.Logic.Snapshot
sampleFactor int
Résultat void

Validate() public static méthode

public static Validate ( ) : bool
Résultat bool