![]() |
Kochol Game Engine
0.1.0
|
#include <MaterialManager.h>
Public Member Functions | |
MaterialManager () | |
Constructor. | |
~MaterialManager () | |
Destructor. | |
MaterialParams * | GetMaterialParam (MaterialParams *other) |
Search for the MaterialParams you passed. | |
![]() | |
Singleton () | |
Constructor. | |
~Singleton () | |
Destructor. |
Static Public Member Functions | |
static MaterialManager | GetSingleton () |
returns the MaterialManager | |
static MaterialManager * | GetSingletonPtr () |
returns the MaterialManager pointer |
Protected Attributes | |
std::vector< MaterialParams * > | m_aMatParams |
The array of created materials. |
Additional Inherited Members | |
![]() | |
static MaterialManager * | m_pSingleton |
Definition at line 17 of file MaterialManager.h.
kge::gfx::MaterialManager::MaterialManager | ( | ) |
Constructor.
kge::gfx::MaterialManager::~MaterialManager | ( | ) |
Destructor.
MaterialParams* kge::gfx::MaterialManager::GetMaterialParam | ( | MaterialParams * | other | ) |
Search for the MaterialParams you passed.
|
static |
returns the MaterialManager
|
static |
returns the MaterialManager pointer
|
protected |
The array of created materials.
Definition at line 39 of file MaterialManager.h.