Classes | Defines

IMaterialBrowserEntryInfo.h File Reference

#include "ifnpub.h"
#include "strbasic.h"
#include "plugapi.h"

Go to the source code of this file.

Classes

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

Defines

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

Define Documentation

#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

Definition at line 26 of file IMaterialBrowserEntryInfo.h.