3ds Max C++ API Reference
IMaterialBrowserEntryInfo.h File Reference
#include "ifnpub.h"
#include "strbasic.h"
#include "plugapi.h"

Classes

class  IMaterialBrowserEntryInfo
 This interface allows materials and textures to customize their appearance in the Material Browser. More...
 

Macros

#define IMATERIAL_BROWSER_ENTRY_INFO_INTERFACE   Interface_ID(0x5e19378b, 0x55535e13)
 Interface ID for the IMaterialBrowserEntryInfo Interface. More...
 

Macro Definition Documentation

◆ IMATERIAL_BROWSER_ENTRY_INFO_INTERFACE

#define IMATERIAL_BROWSER_ENTRY_INFO_INTERFACE   Interface_ID(0x5e19378b, 0x55535e13)

Interface ID for the IMaterialBrowserEntryInfo Interface.

Remarks
If a plug-in implements the IMaterialBrowserEntryInfo interface, it should return an instance of the class in response to ClassDesc::GetInterface(IMATERIAL_BROWSER_ENTRY_INFO_INTERFACE), called by the system on the plug-in class descriptor.
See also
IMaterialBrowserEntryInfo