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) |