ProtectedconstructorOptionalisInternalConstructor: booleanStaticcalculateCalculates the total range covered by a set of curves.
Curves to calculate range for.
StaticcombineCombines two single component curves into a Vector2 curve.
StaticcombineCombines three single component curves into a Vector3 curve.
StaticeulerConverts a curve in euler angles (in degrees) into a curve using quaternions.
Optionalorder: EnumValue<EulerAngleOrder, number>StaticquaternionConverts a curve in quaternions into a curve using euler angles (in degrees).
StaticsplitSplits a Vector2 curve into two individual curves, one for each component.
StaticsplitSplits a Vector3 curve into three individual curves, one for each component.
StatictransformGiven a 3D transform, it will decompose it and modifies the transform curves (translation, rotation, scale) appropriately to include the transform.
True if the operation was performed, else false (one of the curves is invalid).
Helper class for dealing with animations, animation clips and curves.