using System; namespace UnityEditor.Animations { public enum AnimatorConditionMode { If = 1, IfNot, Greater, Less, Equals = 6, NotEqual } }