Options
All
  • Public
  • Public/Protected
  • All
Menu

Contains Vector2 keyframes for Bezier interpolation.

Hierarchy

Index

Constructors

constructor

Properties

inValues

inValues: Vector2[]

Array of inValues for points on the curve. inValues represent control points that do not lie on the curve, but correspond to control points that do lie on the curve. The inValue determines the shape of the curve before its corresponding point.

outValues

outValues: Vector2[]

Array of outValues for points on the curve. outValues represent control points that do not lie on the curve, but correspond to control points that do lie on the curve. The outValue determines the shape of the curve after its corresponding point.

times

times: number[]

Array of keyframe times.

values

values: Vector2[]

Array of curve control points that lie on the curve.

Static _isSharedComp

_isSharedComp: boolean

Static _size

_size: number

Static _view

_view: any

Static cid

cid: number

Methods

Static _dtorFn

Static _fromPtr

Static _tempHeapPtr

Static _toPtr

Generated using TypeDoc