Enum SceneFile.IntegrityResult
Indicates the result of an integrity test of a saved file.
Namespace: SaveIsEasy
Assembly: SaveIsEasyDLL.dll
Syntax
public enum IntegrityResult
Fields
Name | Description |
---|---|
Corrupted | The file is invalid or has been corrupted. |
Error | The integrity check could not be started due to an error. |
Valid | Is a valid file. |