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

Classes

struct  DependentBundle
 A plugin package may contain various pieces of information including a list of packages it is dependent on. More...
class  PluginPackageInfo
 A plugin package may contain various pieces of information including name, package description, company email, and so on. More...

Namespaces

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