Class EditorSplineUtility
Editor utility functions for working with Spline and Spline
Inherited Members
Namespace: UnityEditor .Splines
Assembly: solution.dll
Syntax
public static class EditorSplineUtility
Properties
Name | Description |
---|---|
Default |
Represents the default TangentMode used to place or insert knots. If the user does not define tangent handles, then the tangent takes the default TangentMode. |
Methods
Name | Description |
---|---|
Copy |
Copy an embedded Spline |
Register |
Use this function to register a callback that gets invoked
once per-frame if any Spline |
Set |
Sets the current active context to the Spline |
Unregister |
Use this function to unregister Spline |
Events
Name | Description |
---|---|
After |
Invoked once per-frame if a spline property has been modified. |