MFnKeyframeDeltaWeighted Class Reference
#include <MFnKeyframeDeltaWeighted.h>
Function set for changes in a key's weighted state.
Delta keyframe object for changes in weighted state of a key.
Constructor.
Class constructor that initializes the function set to the given MObject.
- Parameters
-
[in] | object | The MObject to attach the function set to |
[out] | ReturnStatus | the return status |
- Status Codes:
- MS::kSuccess if the function set is successfully attached
- MS::kInvalidParameter if the MObject does not represent a valid Maya object or if the function set is not allowed to attach to this MObject
Constructor.
Class constructor that initializes the function set to the given MObject.
- Parameters
-
[in] | object | The MObject to attach the function set to |
[out] | ReturnStatus | the return status |
- Status Codes:
- MS::kSuccess if the function set is successfully attached
- MS::kInvalidParameter if the MObject does not represent a valid Maya object or if the function set is not allowed to attach to this MObject
OPENMAYA_MAJOR_NAMESPACE_OPEN const char * className |
( |
| ) |
const |
|
protectedvirtual |
Class name.
Return the class name : "MFnKeyframeDeltaWeighted".
Reimplemented from MFnKeyframeDelta.
bool wasWeighted |
( |
MStatus * |
ReturnStatus = NULL | ) |
const |
Returns true if the key had weighted tangent, but it is not currently.
- Parameters
-
[out] | ReturnStatus | Return code. |
- Returns
- true or false depending on the key's weight status.
- Status Codes:
- MS::kSuccess The operation succeeded.
- MS::kFailure An object error has occurred.
The documentation for this class was generated from the following files:
- MFnKeyframeDeltaWeighted.h
- MFnKeyframeDeltaWeighted.cpp