Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


RevertMode

Defines the behaviour of the version control revert methods.
Read time 1 minuteLast updated 6 days ago

Definition

[Flags]public enum RevertMode

Fields

Value

Description

KeepModificationsRevert files but keep locally changed ones.
NormalUse the version control regular revert approach.
UnchangedRevert only unchanged files.