Class LoftRoadBehaviour
Namespace: Unity.Splines.Examples
Syntax
public class LoftRoadBehaviour : MonoBehaviour
Properties
mesh
Declaration
public Mesh mesh { get; }
Property Value
Type | Description |
---|---|
Mesh |
segmentsPerMeter
Declaration
public int segmentsPerMeter { get; }
Property Value
Type | Description |
---|---|
Int32 |
spline
Declaration
public Spline spline { get; }
Property Value
Type | Description |
---|---|
Spline |
Methods
Loft()
Declaration
public void Loft()
OnDisable()
Declaration
public void OnDisable()
OnEnable()
Declaration
public void OnEnable()