#include <ihardwarematerial.h>
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.
|
virtual void SetSelfIllumColorOn | ( | BOOL | bOn | ) | [pure virtual] |
This method sets the self illumination mode.
[in] | bOn | - If FALSE, the SelfIllumColor is off.Otherwise, the SelfIllumColor is on. |