| Python API 2.0 Reference
    | 
 Inheritance diagram for OpenMaya.MCameraMessage:
 Inheritance diagram for OpenMaya.MCameraMessage:| Static Public Member Functions | |
| def | addBeginManipulationCallback () | 
| def | addEndManipulationCallback () | 
| Additional Inherited Members | 
Class used to register callbacks for Camera Manipulation Begin and End related messages. Method resolution order: - MCameraMessage - MMessage - __builtin__.object
| 
 | static | 
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.
| 
 | static | 
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.