|
3ds Max C++ API Reference
|
For proxy bitmaps, the bitmap info describes the reduced-size proxy settings, while the info's proxy subject describes the full-size subject bitmap. More...
Functions | |
| BMMExport BitmapInfo * | GetProxySubject (BOOL create=FALSE) |
| Returns the subject info of the proxy. When create is TRUE, the subject info will be allocated if it was null. More... | |
| BMMExport void | ResetProxySubject () |
| Deletes the subject info and sets it to null. More... | |
| BMMExport BOOL | AllocProxySubject () |
| Creates the subject info. More... | |
For proxy bitmaps, the bitmap info describes the reduced-size proxy settings, while the info's proxy subject describes the full-size subject bitmap.
Used when the info has the proxy flag toggled.
| BMMExport BitmapInfo* GetProxySubject | ( | BOOL | create = FALSE | ) |
Returns the subject info of the proxy. When create is TRUE, the subject info will be allocated if it was null.
| BMMExport BOOL AllocProxySubject | ( | ) |
Creates the subject info.
Info is initialized as per the default constructor