Class used to register callbacks for Camera Manipulation Begin and End related messages.
Method resolution order:
- MCameraMessage
- MMessage
- __builtin__.object
addBeginManipulationCallback(node, function, clientData=None) -> id
Registers callbacks for camera manipulation beginning messages.
* node (MObject) - The node to register the callback for.
* function (MMessage::MNodeFunction) - the callback function
* clientData - User defined data passed to the callback function
* return: Identifier used for removing the callback.
addEndManipulationCallback(node, function, clientData=None) -> id
Registers callbacks for camera manipulation ending messages.
* node (MObject) - The node to register the callback for.
* function (MMessage::MNodeFunction) - the callback function
* clientData - User defined data passed to the callback function
* return: Identifier used for removing the callback.