API Reference

Class List

AnimCurve

Animation curve links an input data set to an output data set and defines the interpolation method to use.

Summary

Properties

input

The index of the AnimTrack input which contains the key data for this curve.

interpolation

The interpolation method used by this curve.

output

The index of the AnimTrack input which contains the key data for this curve.

paths

The list of paths which identify targets of this curve.

Details

Constructor

AnimCurve(paths, input, output, interpolation)

Create a new animation curve.

Parameters

pathsstring[]

Array of path strings identifying the targets of this curve, for example "rootNode.translation".

inputnumber

Index of the curve which specifies the key data.

outputnumber

Index of the curve which specifies the value data.

interpolationnumber

The interpolation method to use. One of the following:

Properties

numberinput

The index of the AnimTrack input which contains the key data for this curve.

numberinterpolation

The interpolation method used by this curve.

numberoutput

The index of the AnimTrack input which contains the key data for this curve.

string[]paths

The list of paths which identify targets of this curve.