using System; [Serializable] public enum ConstraintAxis { X = 0, Y = 1, Z = 2 }