This reference page is linked to from the following overview topics: MotionBuilder 2013, Events & callbacks.
Objects Containing class.
This class is an interface to manipulate object's containing in the scene.
Definition at line 83 of file fbcontainer.h.
#include <fbcontainer.h>
Public Member Functions | |
FBContainer (const char *pName, HIObject pObject=NULL) | |
Constructor. | |
virtual void | FBDelete () |
Virtual FBDelete function. | |
void | Select (bool pSelect) |
Select. | |
int | Contains (FBComponent *pComponent) |
Contains. | |
Public Attributes | |
FBPropertyListComponent | Items |
List: Items in the set. |
FBContainer | ( | const char * | pName, |
HIObject | pObject = NULL |
||
) |
Constructor.
pName | Container name. |
pObject | For internal use only. |
virtual void FBDelete | ( | ) | [virtual] |
void Select | ( | bool | pSelect | ) |
int Contains | ( | FBComponent * | pComponent | ) |
Contains.
pComponent | Component to verify if it is in the Container |