Enum HandleOrientation | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Enum HandleOrientation

    How the handle gizmo is oriented with regards to the current element selection.

    Namespace: UnityEngine.ProBuilder
    Syntax
    public enum HandleOrientation
    Remarks

    This overrides the Unity Pivot / Global setting when editing vertices, faces, or edges.

    Fields

    Name Description
    ActiveElement

    The gizmo is aligned relative to the currently selected face. When editing vertices or edges, this falls back to ActiveObject alignment.

    ActiveObject

    The gizmo is aligned relative to the active mesh transform. Also called coordinate or model space.

    World

    The gizmo is aligned to identity in world space.

    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX