Enum FileConflictResolution
Resolutions to existing file conflicts
Namespace: GLTFast.Export
Syntax
public enum FileConflictResolution
Fields
Name | Description | Value |
---|---|---|
Abort | Abort and keep existing files |
0 |
Overwrite | Replace existing files with newly created ones |
1 |