Class SplineFactory
Methods to create spline shapes.
Inherited Members
Namespace: UnityEngine .Splines
Assembly: solution.dll
Syntax
public static class SplineFactory
Methods
Name | Description |
---|---|
Create |
Create a Spline from a list of positions and place tangents to create Catmull Rom curves. |
Create |
Creates a Spline in the shape of a circle. |
Create |
Creates a Spline in the shape of a helix with a single revolution. |
Create |
Create a Spline from a list of positions. |
Create |
Create a Spline from a list of positions. |
Create |
Creates a Spline in the shape of a polygon with a specific number of sides. |
Create |
Creates a Spline in the shape of a square with circular arcs at its corners. |
Create |
Create a Spline in a square shape with rounding at the edges. |
Create |
Creates a Spline in the shape of a square with sharp corners. |
Create |
Creates a Spline in in the shape of a star with a specified number of corners. |