RotationCurve

Show Deprecated

This class holds a sorted list of RotationCurveKeys that represent a sequence of rotations. The shape of the interpolation curve between two keys is determined by the RotationCurveKey.Interpolation type.

Summary

Properties

  • Read Only
    Not Replicated
    Read Parallel

    Number of rotation keys in this curve.

Methods

Properties

Length

Read Only
Not Replicated
Read Parallel

Methods

GetKeyAtIndex

Parameters

index: number
Default Value: ""

Returns

GetKeyIndicesAtTime

Parameters

time: number
Default Value: ""

Returns

GetKeys


Returns

GetValueAtTime

Parameters

time: number
Default Value: ""

Returns

InsertKey

Parameters


Returns

RemoveKeyAtIndex

Parameters

startingIndex: number
Default Value: ""
count: number
Default Value: 1

Returns

SetKeys

Parameters

keys: Array

Returns

Events