This class is used when changing the interpolation type/custom tangent index of a key with a custom tangent. It contains the necessary information for the user to identify the key. More...
#include <fbdata.h>

Public Member Functions | |
| FBCurveCustomKeyChangeEvent (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 | |
| FBPropertyBool | IsPreCall |
| Read Only Property: True before the value is actually changed (allowing you to cache the current state if needed), false otherwise. | |
| FBPropertyCustomKeyChangeType | ChangeType |
| Read Write Property: Indicate which setting of the key was/will be changed. | |
| FBPropertyInt | KeyIndex |
| Read Only Property: Index of the key with the custom tangent type. | |
| FBPropertyTime | Time |
| Read Only Property: Time of the key. | |
| FBPropertyFCurve | Curve |
| Read Only Property: Curve with the key set to the custom tangent type. | |
Public Attributes inherited from FBEvent | |
| FBPropertyInt | Type |
| Read Only Property: Type of event. | |
This class is used when changing the interpolation type/custom tangent index of a key with a custom tangent. It contains the necessary information for the user to identify the key.
| FBCurveCustomKeyChangeEvent | ( | 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.
| FBPropertyCustomKeyChangeType ChangeType |
| FBPropertyFCurve Curve |
| FBPropertyBool IsPreCall |
| FBPropertyInt KeyIndex |
| FBPropertyTime Time |