Parent class for all animation channels. More...
Public Member Functions | |
TypeHandle | getType () |
Static Public Member Functions | |
static TypeHandle | getClassType () |
Parent class for all animation channels.
An AnimChannel is an arbitrary function that changes over time (actually, over frames), usually defined by a table read from an egg file (but possibly computed or generated in any other way).
static TypeHandle getClassType | ( | ) | [static] |
Reimplemented from AnimGroup.
Reimplemented in AnimChannelScalarTable, AnimChannelScalarDynamic, AnimChannelMatrixXfmTable, AnimChannelMatrixDynamic, AnimChannelScalar, and AnimChannelMatrix.
TypeHandle getType | ( | ) |
Reimplemented from TypedObject.