Class SplineMesh
Utility methods for creating and working with meshes.
Inherited Members
Namespace: UnityEngine .Splines
Assembly: solution.dll
Syntax
public static class SplineMesh
Methods
Name | Description |
---|---|
Extrude<T>(IRead |
Extrude a mesh along a list of splines in a tube-like shape. |
Extrude<T>(T, Mesh, float, int, int, bool) | Extrude a mesh along a spline in a tube-like shape. |
Extrude<T>(T, Mesh, float, int, int, bool, float2) | Extrude a mesh along a spline in a tube-like shape. |
Extrude<TSpline |
Extrude a mesh along a spline in a tube-like shape. |
Get |
Calculate the vertex and index count required for an extruded mesh. Use this method to allocate attribute and index buffers for use with Extrude. |