3ds Max USD API Reference
|
RAII Scope guard for adding and remove a stage from the global stage cache. More...
#include <TranslationUtils.h>
Public Member Functions | |
StageCacheScopeGuard (const pxr::UsdStageRefPtr &stage) | |
Constructor, adds a stage to the global stage cache. More... | |
~StageCacheScopeGuard () | |
Destructor, removes the stage from the global stage cache. | |
RAII Scope guard for adding and remove a stage from the global stage cache.
|
inline |
Constructor, adds a stage to the global stage cache.
stage | The stage. |