3ds Max C++ API Reference
Loading...
Searching...
No Matches
PluginPackageManager.h File Reference

Classes

class  PluginPackageManager
 The PluginPackageManager is a service implemented by 3ds Max. More...

Namespaces

namespace  MaxSDK
 An RAII class for automatically closing handle returned from FindFirstFile Example usages: MaxSDK::AutoFindClose findhandle( FindFirstFile(path.data(), &file) );.