IHardwareMaterial2 Class Reference
 
 
 
IHardwareMaterial2 Class Reference

#include <ihardwarematerial.h>

Inheritance diagram for IHardwareMaterial2:
IHardwareMaterial BaseInterface InterfaceServer MaxHeapOperators IHardwareMaterial3

Class Description

Extension of IHardwareMaterial Interface.

This class extends the functionality of IHardwareMaterial. To acquire this interface, simply call GetInterface(IHARDWARE_MATERIAL2_INTERFACE_ID). If failed, it will return NULL.

Public Member Functions

virtual void  SetSelfIllumColorOn (BOOL bOn)=0
  This method sets the self illumination mode.

Member Function Documentation

virtual void SetSelfIllumColorOn ( BOOL  bOn ) [pure virtual]

This method sets the self illumination mode.

Parameters:
[in] bOn - If FALSE, the SelfIllumColor is off.Otherwise, the SelfIllumColor is on.