Enum FileConflictResolution
Resolutions to existing file conflicts
Namespace: Unity.Cloud.Gltfast.Export
Assembly: Unity.Cloud.Gltfast.Export.dll
Syntax
[MovedFrom(true, "GLTFast.Export", "glTFast.Export", null)]
public enum FileConflictResolution
Fields
| Name | Description |
|---|---|
| Abort | Abort and keep existing files |
| Overwrite | Replace existing files with newly created ones |