Class XMaterial
Assembly: JeremyAnsel.DirectX.D3DXof.dll
Syntax
public sealed class XMaterial
Properties
|
Edit this page
View Source
EffectInstance
Declaration
public XEffectInstance EffectInstance { get; set; }
Property Value
|
Edit this page
View Source
EmissiveColor
Declaration
public XColorRgb EmissiveColor { get; set; }
Property Value
|
Edit this page
View Source
FaceColor
Declaration
public XColorRgba FaceColor { get; set; }
Property Value
|
Edit this page
View Source
Filename
Declaration
public string Filename { get; set; }
Property Value
|
Edit this page
View Source
IsReference
Declaration
public bool IsReference { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
public string Name { get; set; }
Property Value
|
Edit this page
View Source
Power
Declaration
public float Power { get; set; }
Property Value
|
Edit this page
View Source
SpecularColor
Declaration
public XColorRgb SpecularColor { get; set; }
Property Value
Methods
|
Edit this page
View Source
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type |
Description |
string |
A string that represents the current object.
|
Overrides