#include <FCDAnimated.h>
Inheritance diagram for FCDAnimatedFloat:
Static Public Member Functions | |
static FCDAnimatedFloat * | Create (FCDocument *document, float *value, int32 arrayElement=-1) |
Creates a new animated element. | |
static FCDAnimatedFloat * | Create (FCDocument *document, xmlNode *node, float *value, int32 arrayElement=-1) |
[INTERNAL] Creates a new animated element. | |
static FCDAnimated * | Clone (FCDocument *document, const float *oldValue, float *newValue) |
[INTERNAL] Clones an animated element. |
Use this animated element class for all generic-purpose single floating-point values. For angles, use the FCDAnimatedAngle class.
|
[INTERNAL] Clones an animated element.
|
|
[INTERNAL] Creates a new animated element. This function is used during the import of a COLLADA document.
|
|
Creates a new animated element.
|