Unity Engine documentationScript ReferenceUnityEngineUnityEngine.AnimationsAxisRepresents the axes used in 3D space.Read time 1 minuteLast updated 5 days agoDefinition Type: Enum Namespace: UnityEngine.Animations Assembly: UnityEngine.AnimationModule [Flags]public enum Axis Fields ValueDescriptionNoneRepresents the case when no axis is specified.XRepresents the X axis.YRepresents the Y axis.ZRepresents the Z axis.