#include <FCDAnimated.h>
Inheritance diagram for FCDAnimatedCustom:

Public Member Functions | |
| FCDAnimatedCustom (FCDObject *object) | |
| [INTERNAL] Don't build directly. | |
| void | Copy (const FCDAnimated *copy) |
| [INTERNAL] Initialized a custom animated element from another animated element. | |
| float & | GetDummy () |
| Retrieves the floating-point value used for all the value pointers. | |
| const float & | GetDummy () const |
| See above. | |
| void | Resize (size_t count, const char **qualifiers=NULL, bool prependDot=true) |
| Resizes the wanted qualifiers. | |
| void | Resize (const StringList &qualifiers=NULL, bool prependDot=true) |
| Resizes the wanted qualifiers. | |
Used for animated extra elements. A single value is used multiple times to hold as many value pointers are necessary to hold the animation curves.
|
|
[INTERNAL] Don't build directly.
|
|
|
[INTERNAL] Initialized a custom animated element from another animated element. The custom animated element will be resized to copy the given animated element.
|
|
|
Retrieves the floating-point value used for all the value pointers.
|
|
||||||||||||
|
Resizes the wanted qualifiers.
|
|
||||||||||||||||
|
Resizes the wanted qualifiers. Using the FUDaeAccessor types or the FCDAnimatedStandardQualifiers types is recommended.
|
1.4.6-NO