This reference page is linked to from the following overview topics: MotionBuilder 2014.
Action Manager class.
This class is introduced to enable users to access to the actions related functions. between versions.
Definition at line 66 of file fbactionmanager.h.
#include <fbactionmanager.h>
Public Member Functions | |
FBActionManager () | |
Constructor. | |
const char * | GetCurrentInteractionMode () |
Returns the current selected interaction mode. | |
void | SetCurrentInteractionMode (const char *pMode) |
Set the the current selected interaction mode. | |
Static Public Member Functions | |
static FBActionManager & | TheOne () |
Returns the only instance of FBActionManager. |
FBActionManager | ( | ) |
Constructor.
const char* GetCurrentInteractionMode | ( | ) |
Returns the current selected interaction mode.
void SetCurrentInteractionMode | ( | const char * | pMode | ) |
Set the the current selected interaction mode.
pMode | the interaction mode to be selected. If pMode is not in the list of interaction modes, this function will choose "MotionBuilder" as default. |
static FBActionManager& TheOne | ( | ) | [static] |
Returns the only instance of FBActionManager.