This class is used when adding a key with a custom tangent to a curve. It contains the necessary information for the user to specify the properties of the key. More...
#include <fbdata.h>

Public Member Functions | |
| FBCurveCustomKeyAddEvent (HKEventBase pEvent) | |
| Constructor. | |
| FBAnimationNode * | GetParentAnimationNode () |
| Return the parent FBAnimationNode of the curve if possible. | |
| FBComponent * | GetParentComponent () |
| Return the parent object holding the FBAnimationNode of the curve if possible. | |
Public Member Functions inherited from FBEvent | |
| FBEvent (HKEvent pEvent) | |
| Constructor. | |
Public Attributes | |
| FBPropertyInt | KeyIndex |
| Read Only Property: Index of the new key that will be added | |
| FBPropertyTime | Time |
| Read Only Property: Time where the key will be added. | |
| FBPropertyFCurve | Curve |
| Read Only Property: Curve that will receive the new key. | |
Public Attributes inherited from FBEvent | |
| FBPropertyInt | Type |
| Read Only Property: Type of event. | |
This class is used when adding a key with a custom tangent to a curve. It contains the necessary information for the user to specify the properties of the key.
| FBCurveCustomKeyAddEvent | ( | HKEventBase | pEvent | ) |
Constructor.
| pEvent | Base event (internal) to obtain information from. |
| FBAnimationNode * GetParentAnimationNode | ( | ) |
Return the parent FBAnimationNode of the curve if possible.
| FBComponent * GetParentComponent | ( | ) |
Return the parent object holding the FBAnimationNode of the curve if possible.
| FBPropertyFCurve Curve |
| FBPropertyInt KeyIndex |
| FBPropertyTime Time |