#include <kfcurve.h>
Definition at line 354 of file kfcurve.h.
Public Member Functions |
|
KFBX_FCURVE_INLINE void | Clear () |
Count of events. |
|
KFBX_FCURVE_INLINE void | Add (int pWhat, int pIndex) |
Add a curve event of type pWhat to a curve
event object. |
|
Public Attributes |
|
int | mKeyIndexStop |
Start key index. |
|
int | mEventCount |
Stop key index. |
KFBX_FCURVE_INLINE void Clear | ( | ) |
Count of events.
Clear curve event.
Definition at line 2192 of file kfcurve.h.
References mEventCount, and mKeyIndexStop.
KFBX_FCURVE_INLINE void Add | ( | int | pWhat, | |
int | pIndex | |||
) |
Add a curve event of type pWhat to a curve event object.
pWhat | ||
pIndex |
Definition at line 2200 of file kfcurve.h.
References mEventCount, and mKeyIndexStop.
int mKeyIndexStop |
int mEventCount |