Curve:removePoint
EditRemoves a control point from the Curve.
Curve:removePoint(index)
Arguments
Name | Type | Description |
index | number | The index of the control point to remove. |
Returns
Nothing
Notes
An error will be thrown if the index is less than one or more than the number of control points.