#include <ASysMaterial.h>
|
enum | BLENDMODE {
BLENDMODE_DEFAULT
, BLENDMODE_1
, BLENDMODE_2
, BLENDMODE_3
,
BLENDMODE_4
, BLENDMODE_5
, BLENDMODE_6
, BLENDMODE_7
,
BLENDMODE_8
, BLENDMODE_9
, BLENDMODE_10
, BLENDMODE_NUMOF
} |
|
Definition at line 6 of file ASysMaterial.h.
◆ BLENDMODE
Enumerator |
---|
BLENDMODE_DEFAULT | |
BLENDMODE_1 | |
BLENDMODE_2 | |
BLENDMODE_3 | |
BLENDMODE_4 | |
BLENDMODE_5 | |
BLENDMODE_6 | |
BLENDMODE_7 | |
BLENDMODE_8 | |
BLENDMODE_9 | |
BLENDMODE_10 | |
BLENDMODE_NUMOF | |
Definition at line 11 of file ASysMaterial.h.
◆ ASysMaterial()
ASysMaterial::ASysMaterial |
( |
| ) |
|
Definition at line 14 of file ASysMaterial.cpp.
15{
17 m_Vec3 = { 0.0f, 0.0f, 0.0f, 0.0f };
22}
Toshi::TTexture * m_pTexture
◆ Create() [1/2]
TBOOL ASysMaterial::Create |
( |
| ) |
|
|
overridevirtual |
◆ Create() [2/2]
◆ GetSysShader()
Definition at line 39 of file ASysMaterial.h.
40 {
42 }
#define TSTATICCAST(POINTERTYPE, VALUE)
◆ SetBlendMode()
void ASysMaterial::SetBlendMode |
( |
BLENDMODE | a_eBlendMode | ) |
|
|
virtual |
◆ SetTexture()
void ASysMaterial::SetTexture |
( |
Toshi::TTexture * | a_pTexture | ) |
|
|
inline |
◆ TDECLARE_CLASS()
ASysMaterial::TDECLARE_CLASS |
( |
ASysMaterial | , |
|
|
Toshi::TMaterial | ) |
◆ m_eBlendMode
◆ m_pTexture
Toshi::TTexture* ASysMaterial::m_pTexture |
|
protected |
◆ m_Unk1
TUINT ASysMaterial::m_Unk1 |
|
protected |
◆ m_Unk2
TUINT ASysMaterial::m_Unk2 |
|
protected |
◆ m_Unk3
TUINT ASysMaterial::m_Unk3 |
|
protected |
◆ m_Vec3
Toshi::TVector4 ASysMaterial::m_Vec3 |
|
protected |
The documentation for this class was generated from the following files:
- D:/_dev/OpenBarnyard/Source/OpenBarnyard/Source/Render/ASysShader/ASysMaterial.h
- D:/_dev/OpenBarnyard/Source/OpenBarnyard/Source/Render/ASysShader/ASysMaterial.cpp