Namespace UnityEngine.Splines.ExtrusionShapes
Classes
Circle
Create a circle shape to be extruded along a spline.
___
/ \
| |
\ /
---
Road
A simple plane with skirts at the edges to better blend with uneven terrain.
// Looks like this
__________
/ \
SplineShape
Create a shape using a Spline as the template path. The referenced Spline is sampled at SideCount points along the path to form the vertex rings at each segment.
Square
Create a square shape to be extruded along a spline.
Enums
SplineShape.Axis
Defines the axes used to project the input spline template to 2D coordinates.