Interface ISplineContainer
An interface that represents ISplineContainer on a MonoBehaviour to enable Spline tools in the Editor.
Namespace: UnityEngine.Splines
Syntax
public interface ISplineContainer
Properties
KnotLinkCollection
A collection of KnotLinks to maintain valid links between knots.
Declaration
KnotLinkCollection KnotLinkCollection { get; }
Property Value
Type | Description |
---|---|
KnotLinkCollection |
Splines
A collection of splines contained in this MonoBehaviour.
Declaration
IReadOnlyList<Spline> Splines { get; set; }
Property Value
Type | Description |
---|---|
IReadOnlyList<Spline> |