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
Syntax
public interface IHasEmptyCurves
Properties
EmptyCurves
A collection of knot indices that should be considered degenerate curves for the purpose of creating a non-interpolated gap between curves.
Declaration
IReadOnlyList<int> EmptyCurves { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<Int32> |