Enum PivotPoint
Namespace: UnityEngine.ProBuilder
Syntax
public enum PivotPoint
Fields
Name | Description | Value |
---|---|---|
ActiveElement | Transforms are applied from the active selection center. |
|
Center | Transforms are applied from the center point of the selection bounding box. Corresponds with Center. |
|
IndividualOrigins | Transforms are applied from the origin of each selection group. |