FloatCurve

Show Deprecated

An instance representing a 1D float curve encoded via a sorted list of FloatCurveKeys. The shape of the interpolation curve between two keys is determined by the FloatCurveKey.Interpolation type.

Summary

Properties

  • Read Only
    Not Replicated
    Read Parallel

    Number of keys in the float curve.

Methods

Properties

Length

Read Only
Not Replicated
Read Parallel

Methods

GetKeyAtIndex

Parameters

index: number

Returns

GetKeyIndicesAtTime

Parameters

time: number

Returns

GetKeys


Returns

GetValueAtTime

Parameters

time: number

Returns

InsertKey

Parameters


Returns

RemoveKeyAtIndex

Parameters

startingIndex: number
count: number
Default Value: 1

Returns

SetKeys

Parameters

keys: Array

Returns

Events