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. 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 | |
FBPropertyBool | IsPreCall |
Read Only Property: True before the value is actually changed (allowing you to cache the current state if needed), false otherwise. More... | |
FBPropertyCustomKeyChangeType | ChangeType |
Read Write Property: Indicate which setting of the key was/will be changed. More... | |
FBPropertyInt | KeyIndex |
Read Only Property: Index of the key with the custom tangent type. More... | |
FBPropertyTime | Time |
Read Only Property: Time of the key. More... | |
FBPropertyFCurve | Curve |
Read Only Property: Curve with the key set to the custom tangent type. More... | |
![]() | |
FBPropertyInt | Type |
Read Only Property: Type of event. More... | |
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 |