RevertMode
Defines the behaviour of the version control revert methods.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEditor.VersionControl
- Assembly: UnityEditor.CoreModule
[Flags]public enum RevertMode
Fields
Value | Description |
|---|---|
| KeepModifications | Revert files but keep locally changed ones. |
| Normal | Use the version control regular revert approach. |
| Unchanged | Revert only unchanged files. |