Interface ISplineContainer
An interface that represents ISplineContainer on a MonoBehaviour to enable Spline tools in the Editor.
Namespace: UnityEngine.Splines
Assembly: solution.dll
Syntax
public interface ISplineContainer
Properties
Name | Description |
---|---|
KnotLinkCollection | A collection of KnotLinks to maintain valid links between knots. |
Splines | A collection of splines contained in this MonoBehaviour. |