This class is used when a modification is made on a FCurve. More...
#include <pyfbsdk_generated.h>
Public Member Functions | |
FBFCurveEvent (HKEventBase pEvent) | |
Constructor. | |
![]() | |
FBEvent (HKEvent pEvent) | |
Constructor. | |
Public Attributes | |
FBFCurve | Curve |
Read Only Property: Curve that will receive the new key. | |
int | CurveIndex |
Read Only Property: Index of curve. | |
str | CurveName |
Read Only Property: Name of curve. | |
FBFCurveEventType | EventType |
Read Only Property: Type of fcurve event. | |
int | KeyIndexStart |
Read Only Property: Index of the first key which is involved in the event. | |
int | KeyIndexStop |
Read Only Property: Index of the last key which is involved in the event. | |
![]() | |
int | Type |
Read Only Property: Type of event. | |
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. |
FBFCurve Curve |
Read Only Property: Curve that will receive the new key.
int CurveIndex |
Read Only Property: Index of curve.
str CurveName |
Read Only Property: Name of curve.
FBFCurveEventType EventType |
Read Only Property: Type of fcurve event.
int KeyIndexStart |
Read Only Property: Index of the first key which is involved in the event.
int KeyIndexStop |
Read Only Property: Index of the last key which is involved in the event.