Interface IHasEmptyCurves
This interface defines a collection of knot indices that should be considered disconnected from the following knot indices when creating a BezierCurve.
Namespace: UnityEngine.Splines
Assembly: solution.dll
Syntax
public interface IHasEmptyCurves
Properties
Name | Description |
---|---|
EmptyCurves | A collection of knot indices that should be considered degenerate curves for the purpose of creating a non-interpolated gap between curves. |