|
VR-Engage
2.2
|
This class defines the agent interfaces and functionality for the DtSceneObjectMimicUpdater. It registers function IDs for the various operations that can be performed on the updater, such as setting the parent scene object and model offset.
#include <DtSceneObjectMimicUpdaterClasses.hpp>
Public Types | |
| enum | FunctionIds { function_setParentSceneObject = makVrv::DtSceneObjectUpdaterClassDefinition::end_FunctionIds , function_setModelOffset , end_FunctionIds } |
Public Member Functions | |
| DtSceneObjectMimicUpdaterClassDefinition (const std::string &className="DtSceneObjectMimicUpdater") | |
| virtual | ~DtSceneObjectMimicUpdaterClassDefinition () |
Unique Function IDs used to store the state functions in a message.
These IDs identify the specific functions that can be called on a DtSceneObjectMimicUpdater when communicating over a network or between processes
| makVre::DtSceneObjectMimicUpdaterClassDefinition::DtSceneObjectMimicUpdaterClassDefinition | ( | const std::string & | className = "DtSceneObjectMimicUpdater" | ) |
Constructor for DtSceneObjectMimicUpdaterClassDefinition.
| className | The class name to register (defaults to "DtSceneObjectMimicUpdater") |
All function pointers are bound in the constructor to establish the interface
|
virtual |
Destructor for DtSceneObjectMimicUpdaterClassDefinition.