docs.unity.cn
    Show / Hide Table of Contents

    Enum PivotPoint

    Defines the location of the pivot point on a ProBuilderMesh object.

    Namespace: UnityEngine.ProBuilder
    Syntax
    public enum PivotPoint

    Fields

    Name Description Value
    Center

    Transforms are applied from the center point of the selection bounding box. Corresponds with Center.


    0
    IndividualOrigins

    Transforms are applied from the origin of each selection group.


    1
    ActiveElement

    Transforms are applied from the active selection center.


    2
    Back to top Copyright © 2023 Unity Technologies
    Generated by DocFX
    on Wednesday, April 12, 2023
    Terms of use