Method SplineIndexChanged
SplineIndexChanged(int, int)
Updates the KnotLinkCollection indices after a spline index changes.
Declaration
public void SplineIndexChanged(int previousIndex, int newIndex)
Parameters
Type | Name | Description |
---|---|---|
int | previousIndex | The previous index of that spline in the SplineContainer. |
int | newIndex | The new index of that spline in the SplineContainer. |