Base class for function sets.
None.
None.
None.
None.
Signature | Parameters | Returns | Description |
---|---|---|---|
hasObj(type) | type - MFn Type constant | bool | True if the function set is compatible with the specified type of Maya object. |
hasObj(object) | object - MObject | bool | True if the function set is compatible with the specified Maya object. |
object() | MObject | Returns a reference to the object to which the function set is currently attached, or MObject.kNullObj if none. | |
setObject(object) | object - MObject | Reference to self. | Attaches the function set to the specified Maya object. | type() | MFn Type constant | Returns the type of the function set. |
None.
None.
None.
None.
© 2011 Autodesk, Inc. All rights reserved.