Class SplineHandles
This class provides the ability to draw a handle for a spline.
Inherited Members
Namespace: UnityEditor .Splines
Assembly: solution.dll
Syntax
public static class SplineHandles
Properties
Name | Description |
---|---|
line |
The color of sections of spline curve handles that are behind objects in the Scene view. |
line |
The color of sections of spline curves handles that are in front of objects in the Scene view. |
picking |
The distance to pick a spline knot, tangent, or curve handle at. |
tangent |
The color of tangent handles for a spline. |
Methods
Name | Description |
---|---|
Do |
Draws a handle for a Bezier |
Do |
Draws a handle for a Bezier |
Do |
Creates handles for a set of splines. These handles display the knots, tangents, and segments of a spline. These handles support selection and the direct manipulation of spline elements. |
Do |
Create handles for a knot. These handles the support selection and direct manipulation of spline elements.
Call |
Do |
Creates handles for a knot and its tangents if those tangents are modifiable.
These handles support the selection and direct manipulation of spline elements.
Call |
Do |
Creates knot and tangent handles for multiple splines. Call |
Do |
Creates knot and tangent handles for a spline. Call |
Do |
Creates segment handles for a spline. Call |
Do |
Draws a handle for a spline. |
Do |
Draws a handle for a spline. |
Do |
Create handles for a knot's tangents if those tangents are modifiable. |
Draw |
Draws handles for a knot. These handles are drawn only during repaint events and not on selection. |
Draw |
Draws handles for a knot. These handles are drawn only during repaint events and not on selection. |
Draw |
Draws handles for a tangent. These handles are drawn only during repaint events and not on selection. |
Draw |
Draws handles for a tangent. These handles are drawn only during repaint events and not on selection. |