C# Class FBX.SceneLoader.Objects.Material

Inheritance: LoaderTempSceneObject
Show file Open project: Patapom/GodComplex Class Usage Examples

Protected Properties

Property Type Description
m_TexturesDiffuse LoaderTempTexture>.Dictionary
m_TexturesNormal LoaderTempTexture>.Dictionary
m_TexturesRegular LoaderTempTexture>.Dictionary

Public Methods

Method 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 method

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

AddTextureDiffuse() public method

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

AddTextureNormal() public method

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

Material() public method

public Material ( SceneLoader _Owner, string _Name ) : System
_Owner SceneLoader
_Name string
return System

Property Details

m_TexturesDiffuse protected property

protected Dictionary m_TexturesDiffuse
return LoaderTempTexture>.Dictionary

m_TexturesNormal protected property

protected Dictionary m_TexturesNormal
return LoaderTempTexture>.Dictionary

m_TexturesRegular protected property

protected Dictionary m_TexturesRegular
return LoaderTempTexture>.Dictionary