Curve:removePoint

Edit

Removes a control point from the Curve.

Curve:removePoint(index)

Arguments

NameTypeDescription
indexnumber 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.

See also