Since 1.2Rotate in the default order; the default order is one of the following enumeration values
Defines a relative rotation along the X, Y, and X axes (Since: 1.10)
Defines a relative rotation along the X, Y, and Z axes (Since: 1.10)
Defines a relative rotation along the X, Z, and X axes (Since: 1.10)
Defines a relative rotation along the X, Z, and Y axes (Since: 1.10)
Defines a relative rotation along the Y, X, and Y axes (Since: 1.10)
Defines a relative rotation along the Y, X, and Z axes (Since: 1.10)
Defines a relative rotation along the Y, Z, and X axes (Since: 1.10)
Defines a relative rotation along the Y, Z, and Y axes (Since: 1.10)
Defines a relative rotation along the Z, X, and Y axes (Since: 1.10)
Defines a relative rotation along the Z, X, and Z axes (Since: 1.10)
Defines a relative rotation along the Z, Y, and X axes (Since: 1.10)
Defines a relative rotation along the Z, Y, and Z axes (Since: 1.10)
Defines a static rotation along the X, Y, and X axes (Since: 1.10)
Defines a static rotation along the X, Y, and Z axes (Since: 1.10)
Defines a static rotation along the X, Z, and X axes (Since: 1.10)
Defines a static rotation along the X, Z, and Y axes (Since: 1.10)
Defines a static rotation along the Y, X, and Y axes (Since: 1.10)
Defines a static rotation along the Y, X, and Z axes (Since: 1.10)
Defines a static rotation along the Y, Z, and X axes (Since: 1.10)
Defines a static rotation along the Y, Z, and Y axes (Since: 1.10)
Defines a static rotation along the Z, X, and Y axes (Since: 1.10)
Defines a static rotation along the Z, X, and Z axes (Since: 1.10)
Defines a static rotation along the Z, Y, and X axes (Since: 1.10)
Defines a static rotation along the Z, Y, and Z axes (Since: 1.10)
Rotate in the X, Y, and Z order. Deprecated in Graphene 1.10, it's an alias for Graphene.EulerOrder.SXYZ
Rotate in the X, Z, and Y order. Deprecated in Graphene 1.10, it's an alias for Graphene.EulerOrder.SXZY
Rotate in the Y, X, and Z order. Deprecated in Graphene 1.10, it's an alias for Graphene.EulerOrder.SYXZ
Rotate in the Y, Z, and X order. Deprecated in Graphene 1.10, it's an alias for Graphene.EulerOrder.SYZX
Rotate in the Z, X, and Y order. Deprecated in Graphene 1.10, it's an alias for Graphene.EulerOrder.SZXY
Rotate in the Z, Y, and X order. Deprecated in Graphene 1.10, it's an alias for Graphene.EulerOrder.SZYX
Specify the order of the rotations on each axis.
The Graphene.EulerOrder.DEFAULT value is special, and is used as an alias for one of the other orders.
Since
1.2