docs.unity.cn
    Show / Hide Table of Contents

    Enum HandleOrientation

    Describes how the handles are oriented. Besides the default tool handle rotation settings, Global and Local, spline elements have the Parent and Element handle rotations. When elements are selected, a tool's handle rotation setting affects the behavior of some transform tools, such as the Rotate and Scale tools.

    Namespace: UnityEditor.Splines
    Syntax
    public enum HandleOrientation

    Fields

    Name Description Value
    Local

    Tool handles are in the active object's rotation.


    0
    Global

    Tool handles are in global rotation.


    1
    Parent

    Tool handles are in active element's parent's rotation.


    2
    Element

    Tool handles are in active element's rotation.


    3
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Friday, June 2, 2023