#include <FCDAnimationKey.h>
Inheritance diagram for FCDAnimationMKeyBezier:

Public Member Functions | |
| FCDAnimationMKeyBezier (uint32 dimension) | |
| Constructor: do not use directly. | |
| virtual | ~FCDAnimationMKeyBezier () |
| Destructor. | |
Public Attributes | |
| FMVector2 * | inTangent |
| The incoming tangent value. | |
| FMVector2 * | outTangent |
| The outcoming tangent value. | |
This class is used for bezier keys and soon: for hermite keys as well.
|
|
Constructor: do not use directly. Instead call FCDAnimationCurve::AddKey(FUDaeInterpolation::BEZIER).
|
1.4.6-NO