Class PersistenceUtils
- Namespace
- Coherence.Editor
- Assembly
- Coherence.Editor.dll
public static class PersistenceUtils
- Inheritance
-
PersistenceUtils
Properties
CanBackup
public static bool CanBackup { get; }
Property Value
- bool
SaveRateInSeconds
public static int SaveRateInSeconds { get; set; }
Property Value
- int
StoragePath
public static string StoragePath { get; set; }
Property Value
- string
UseWorldPersistence
public static bool UseWorldPersistence { get; set; }
Property Value
- bool
Methods
Backup()
public static bool Backup()
Returns
- bool
Backup(out string)
public static bool Backup(out string backupPath)
Parameters
backupPath
string
Returns
- bool