format
typescript
PSCurve.Reset(mode, scalar, curve_begin_value, curve_end_value)class: PSCurve
description
Reset the curve.
parameter
| param_name | type | description |
|---|---|---|
| mode | PSCurveMode | The mode for calculating the minimum and maximum values of the curve. |
| scalar | number | The maximum value constant. |
| curve_begin_value | number | The value of the first keyframe of the curve. |
| curve_end_value | number | The value of the last keyframe of the curve. |
reture
| type | description |
|---|---|
Reset(PSCurveMode |
