Skip to content

format

typescript
Curve.RemoveFrame(index)

class: Curve

description

Removes the keyframe at the specified index from the curve.

parameter

param_nametypedescription
indexnumberThe index value of the keyframe.

reture

typedescription
void

code example