#include <fboptical.h>

Definition at line 556 of file fboptical.h.
Public Member Functions |
|
| virtual void | RemoveAt (int pIndex) |
| Remove property at pIndex. |
|
| virtual FBRigidBody | operator[] (int pIndex) |
| [] operator overload. |
|
| virtual int | GetCount () |
| Get the number of properties in the list.
|
|
| virtual int | Add (FBModelList &pList, char *pName=NULL) |
| Add a new rigid body to the list. |
|
| virtual void RemoveAt | ( | int | pIndex | ) | [virtual] |
Remove property at pIndex.
| pIndex | Index where property is to be removed. |
Implements FBPropertyBasicList.
| virtual FBRigidBody operator[] | ( | int | pIndex | ) | [virtual] |
[] operator overload.
| pIndex | Index of property to access. |
Implements FBPropertyBaseList< FBRigidBody >.
| virtual int GetCount | ( | ) | [virtual] |
Get the number of properties in the list.
Implements FBPropertyBasicList.
| virtual int Add | ( | FBModelList & | pList, | |
| char * | pName = NULL |
|||
| ) | [virtual] |
Add a new rigid body to the list.
| pList | List of models to compose the rigid body. | |
| pName | Name of rigid body(default=NULL). |