![]() |
Public API Reference |
#include <material.h>
Inheritance diagram for csMaterial::MaterialEngine:
Public Methods | |
virtual iTextureWrapper * | GetTextureWrapper () |
Get the base texture from the material. More... | |
virtual iTextureWrapper * | GetTextureWrapper (csStringID name) |
Get a texture by name. More... | |
virtual void | Visit () |
Visit all textures. More... | |
virtual bool | IsVisitRequired () const |
Return true if it is needed to call Visit(). More... |
Definition at line 247 of file csengine/material.h.
|
Get a texture by name.
Implements iMaterialEngine. Definition at line 254 of file csengine/material.h. References csStringID. |
|
Get the base texture from the material.
Implements iMaterialEngine. Definition at line 250 of file csengine/material.h. |
|
Return true if it is needed to call Visit().
Implements iMaterialEngine. Definition at line 262 of file csengine/material.h. |
|
Visit all textures.
Implements iMaterialEngine. Definition at line 258 of file csengine/material.h. |