C# Class FBX.SceneLoader.Objects.Material

Inheritance: LoaderTempSceneObject
Afficher le fichier Open project: Patapom/GodComplex Class Usage Examples

Protected Properties

Свойство Type Description
m_TexturesDiffuse LoaderTempTexture>.Dictionary
m_TexturesNormal LoaderTempTexture>.Dictionary
m_TexturesRegular LoaderTempTexture>.Dictionary

Méthodes publiques

Méthode Description
AddTexture ( LoaderTempTexture _Texture ) : void

Adds a generic texture to the material

AddTextureDiffuse ( LoaderTempTexture _Texture ) : void

Adds a diffuse texture to the material

AddTextureNormal ( LoaderTempTexture _Texture ) : void

Adds a normal texture to the material

Material ( SceneLoader _Owner, string _Name ) : System

Method Details

AddTexture() public méthode

Adds a generic texture to the material
public AddTexture ( LoaderTempTexture _Texture ) : void
_Texture LoaderTempTexture The texture to add
Résultat void

AddTextureDiffuse() public méthode

Adds a diffuse texture to the material
public AddTextureDiffuse ( LoaderTempTexture _Texture ) : void
_Texture LoaderTempTexture The texture to add
Résultat void

AddTextureNormal() public méthode

Adds a normal texture to the material
public AddTextureNormal ( LoaderTempTexture _Texture ) : void
_Texture LoaderTempTexture The texture to add
Résultat void

Material() public méthode

public Material ( SceneLoader _Owner, string _Name ) : System
_Owner SceneLoader
_Name string
Résultat System

Property Details

m_TexturesDiffuse protected_oe property

protected Dictionary m_TexturesDiffuse
Résultat LoaderTempTexture>.Dictionary

m_TexturesNormal protected_oe property

protected Dictionary m_TexturesNormal
Résultat LoaderTempTexture>.Dictionary

m_TexturesRegular protected_oe property

protected Dictionary m_TexturesRegular
Résultat LoaderTempTexture>.Dictionary