using System; [Serializable] public enum DofResolution { High = 2, Medium = 3, Low = 4 }