C# Class FBX.SceneLoader.MaterialsDatabase.Material

ファイルを表示 Open project: Patapom/GodComplex Class Usage Examples

Protected Properties

Property Type Description
m_Name string
m_SourceM2File System.IO.FileInfo
m_TextureDiffuse string
m_TextureNormal string
m_TextureSpecular string

Public Methods

Method Description
Material ( FileInfo _SourceM2File, string _Name, string _TextureDiffuse, string _TextureNormal, string _TextureSpecular ) : System

Method Details

Material() public method

public Material ( FileInfo _SourceM2File, string _Name, string _TextureDiffuse, string _TextureNormal, string _TextureSpecular ) : System
_SourceM2File System.IO.FileInfo
_Name string
_TextureDiffuse string
_TextureNormal string
_TextureSpecular string
return System

Property Details

m_Name protected_oe property

protected string m_Name
return string

m_SourceM2File protected_oe property

protected FileInfo,System.IO m_SourceM2File
return System.IO.FileInfo

m_TextureDiffuse protected_oe property

protected string m_TextureDiffuse
return string

m_TextureNormal protected_oe property

protected string m_TextureNormal
return string

m_TextureSpecular protected_oe property

protected string m_TextureSpecular
return string