Свойство | Тип | Описание | |
---|---|---|---|
m_TexturesDiffuse | LoaderTempTexture>.Dictionary | ||
m_TexturesNormal | LoaderTempTexture>.Dictionary | ||
m_TexturesRegular | LoaderTempTexture>.Dictionary |
Метод | Описание | |
---|---|---|
AddTexture ( |
Adds a generic texture to the material
|
|
AddTextureDiffuse ( |
Adds a diffuse texture to the material
|
|
AddTextureNormal ( |
Adds a normal texture to the material
|
|
Material ( SceneLoader _Owner, string _Name ) : System |
public AddTexture ( |
||
_Texture | The texture to add | |
Результат | void |
public AddTextureDiffuse ( |
||
_Texture | The texture to add | |
Результат | void |
public AddTextureNormal ( |
||
_Texture | The texture to add | |
Результат | void |
public Material ( SceneLoader _Owner, string _Name ) : System | ||
_Owner | SceneLoader | |
_Name | string | |
Результат | System |
protected Dictionary |
||
Результат | LoaderTempTexture>.Dictionary |
protected Dictionary |
||
Результат | LoaderTempTexture>.Dictionary |