This class is used when a modification is made on a FCurve. It contains the necessary information to identify the owner of the curve and what modification was made. More...
#include <fbdata.h>
Public Member Functions | |
FBFCurveEvent (HKEventBase pEvent) | |
Constructor. More... | |
FBProperty * | GetParentProperty () |
Return the parent FBProperty of the curve if possible. 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 | |
FBPropertyFCurveEventType | EventType |
Read Only Property: Type of fcurve event. More... | |
FBPropertyInt | KeyIndexStart |
Read Only Property: Index of the first key which is involved in the event. More... | |
FBPropertyInt | KeyIndexStop |
Read Only Property: Index of the last key which is involved in the event. More... | |
FBPropertyFCurve | Curve |
Read Only Property: Curve that will receive the new key. More... | |
FBPropertyString | CurveName |
Read Only Property: Name of curve. More... | |
FBPropertyInt | CurveIndex |
Read Only Property: Index of curve. More... | |
![]() | |
FBPropertyInt | Type |
Read Only Property: Type of event. More... | |
This class is used when a modification is made on a FCurve. It contains the necessary information to identify the owner of the curve and what modification was made.
FBFCurveEvent | ( | 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.
FBProperty* GetParentProperty | ( | ) |
Return the parent FBProperty of the curve if possible.
FBPropertyFCurve Curve |
FBPropertyInt CurveIndex |
FBPropertyString CurveName |
FBPropertyFCurveEventType EventType |
FBPropertyInt KeyIndexStart |
FBPropertyInt KeyIndexStop |