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. More... | |
FBAnimationNode * | GetParentAnimationNode () |
Return the parent FBAnimationNode of the curve if possible. More... | |
FBComponent * | GetParentComponent () |
Return the parent object holding the FBAnimationNode of the curve if possible. More... | |
![]() | |
FBEvent (HKEvent pEvent) | |
Constructor. More... | |
Public Attributes | |
FBPropertyInt | KeyIndex |
Read Only Property: Index of the new key that will be added More... | |
FBPropertyTime | Time |
Read Only Property: Time where the key will be added. More... | |
FBPropertyFCurve | Curve |
Read Only Property: Curve that will receive the new key. More... | |
![]() | |
FBPropertyInt | Type |
Read Only Property: Type of event. More... | |
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 |