Enum PivotLocation
Describes the type of pivot ProBuilder assigns by default when it creates new primitives.
Namespace: UnityEngine.ProBuilder
Assembly: Unity.ProBuilder.dll
Syntax
public enum PivotLocation
Fields
| Name | Description |
|---|---|
| Center | Place the pivot in the middle of the bounding box. |
| FirstCorner | Place the pivot at the "first corner" (the first corner vertex defined) of the bounding box. |