NumberSequenceKeypoint

Show Deprecated

The NumberSequenceKeypoint data type represents keypoints within a NumberSequence with a particular time, value, and envelope size.

Summary

Constructors

  • new(time : number,value : number)

    Returns a keypoint with the specified time and value.

  • new(time : number,value : number,envelope : number)

    Returns a keypoint with the specified time, value, and envelope.

Properties

Constructors

new

Returns a keypoint with a specified time and value.

Parameters

time: number
value: number

new

Returns a keypoint with a specified time, value, and envelope.

Parameters

time: number
value: number
envelope: number

Properties

Envelope

The amount of variance allowed from the value. A computed value.

Time

The relative time at which the keypoint is positioned.

Value

The base value of this keypoint.