Skip to content

format

typescript
AnimationCurve.SmoothTangents(index, weight)

class: AnimationCurve

description

Smooth Tangent.

parameter

param_nametypedescription
indexnumberThe index of the smooth keyframe.
weightnumberThe weight of the smoothing.

reture

typedescription
void

code example