Skip to content

format

typescript
FloatCurve.Evaluate(value)

class: FloatCurve

description

Get the value at a specified time point on the curve.

parameter

param_nametypedescription
valuenumberThe time.

reture

typedescription
booleanThe corresponding value on the curve.

code example