Interface ISplineProvider
Implement ISplineProvider on a MonoBehaviour to enable Spline tools in the Editor.
Namespace: UnityEngine.Splines
Syntax
public interface ISplineProvider
Properties
Splines
A collection of Splines contained on this MonoBehaviour.
Declaration
IEnumerable<Spline> Splines { get; }
Property Value
Type | Description |
---|---|
IEnumerable<Spline> |