Skip to content

format

typescript
Curve.get(index)

class: Curve

description

Returns the keyframe at the specified index.

parameter

param_nametypedescription
indexnumberThe index value of the keyframe.

reture

typedescription
KeyFrameThe keyframe.

code example