|
3ds Max C++ API Reference
|
An interface for ReferenceTargets that wrap ReferenceTargets, where the wrapping ReferenceTarget provides UI/storage on top of the wrapped ReferenceTarget. More...
#include <C:/adskgit/3dsmax/3dsmax/3dswin/src/maxsdk/include/IRefTargWrappingRefTarg.h>
Public Member Functions | |
| virtual ReferenceTarget * | GetWrappedObject (bool recurse) const =0 |
| Returns the wrapped ReferenceTarget. | |
Static Public Member Functions | |
| static ReferenceTarget * | GetWrappedObject (ReferenceTarget *wrappingObject, bool recurse) |
| Returns the wrapped ReferenceTarget. | |
An interface for ReferenceTargets that wrap ReferenceTargets, where the wrapping ReferenceTarget provides UI/storage on top of the wrapped ReferenceTarget.
|
static |
Returns the wrapped ReferenceTarget.
| wrappingObject | The wrapper for which to potentially resolve the wrapped object. |
| recurse | - If true, the implementation should check to see if the wrapped ReferenceTarget derives from IRefTargWrappingRefTarg, and if so recurse into that object. |
|
pure virtual |
Returns the wrapped ReferenceTarget.
| recurse | - If true, the implementation should check to see if the wrapped ReferenceTarget derives from IRefTargWrappingRefTarg, and if so recurse into that object. |