Enum HandleOrientation
Describes how the handles are oriented. Besides the default tool handle rotation settings, Global and Local, spline elements have the Parent and Element handle rotations. When elements are selected, a tool's handle rotation setting affects the behavior of some transform tools, such as the Rotate and Scale tools.
Namespace: UnityEditor.Splines
Assembly: solution.dll
Syntax
public enum HandleOrientation
Fields
Name | Description |
---|---|
Element | Tool handles are in active element's rotation. |
Global | Tool handles are in global rotation. |
Local | Tool handles are in the active object's rotation. |
Parent | Tool handles are in active element's parent's rotation. |