[ Web Proxy ]
URL:
Viewing: https://docs.unity3d.com/ScriptReference/Unity.Mathematics.math.RotationOrder.html [Back]  [Original]

Unity - Scripting API: RotationOrder
Version: Unity 6.5 (6000.5)
    • Supported
    • Legacy
    LanguageEnglish
    • C#

    RotationOrder

    enumeration

    Suggest a change

    Success!

    Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

    Close

    Submission failed

    For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

    Close
    Your name Your email Suggestion* Submit suggestion

    Cancel

    Description

    Extrinsic rotation order. Specifies in which order rotations around the principal axes (x, y and z) are to be applied.

    Properties

    Property Description
    XYZExtrinsic rotation around the x axis, then around the y axis and finally around the z axis.
    XZYExtrinsic rotation around the x axis, then around the z axis and finally around the y axis.
    YXZExtrinsic rotation around the y axis, then around the x axis and finally around the z axis.
    YZXExtrinsic rotation around the y axis, then around the z axis and finally around the x axis.
    ZXYExtrinsic rotation around the z axis, then around the x axis and finally around the y axis.
    ZYXExtrinsic rotation around the z axis, then around the y axis and finally around the x axis.
    DefaultUnity default rotation order. Extrinsic Rotation around the z axis, then around the x axis and finally around the y axis.

    Web Proxy Viewer  |  New URL  |  Original Page