docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum MovePivot.MovePivotOption

    Describe where the pivot should move relative to the object

    Namespace: UnityEditor.PixyzPlugin4Unity.Actions
    Assembly: Unity.Pixyz.Plugin4Unity.Editor.dll
    Syntax
    public enum MovePivot.MovePivotOption

    Fields

    Name Description
    AlignPivotToWorld

    The pivot will stay at it's location but the rotation will be backed into the vertices making it a (0, 0, 0) rotation

    ToCenterOfBoundingBox

    The pivot should move at the center of it's AABB box

    ToCenterOfSelection

    The pivot should move to center of the AABB box that encapsulated the whole input

    ToCustom

    The pivot should move the location specified by the user

    ToMaximumOfBoundingBox

    The pivot should move at the maximum point of it's AABB box

    ToMininumOfBoundingBox

    The pivot should move at the minimum point of it's AABB box

    ToOtherGameObjectCenter

    The pivot should move to the pivot point of an other object

    ToWorldOrigin

    The pivot should move to the center of the world (0, 0, 0)

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)