#include <fbdata.h>

Definition at line 232 of file fbdata.h.
Public Member Functions |
|
| virtual void | RemoveAt (int pIndex) |
| Remove an FCurveKey. |
|
| virtual FBFCurveKey | operator[] (int pIndex) |
| Overloaded [] operator. |
|
| virtual int | GetCount () |
| Get a count of the number of keys in list.
|
|
| virtual void RemoveAt | ( | int | pIndex | ) | [virtual] |
| virtual FBFCurveKey operator[] | ( | int | pIndex | ) | [virtual] |
Overloaded [] operator.
| pIndex | Index of key to access. |
Implements FBPropertyBaseList< FBFCurveKey >.
| virtual int GetCount | ( | ) | [virtual] |
Get a count of the number of keys in list.
Implements FBPropertyBasicList.