Class XMaterial
Assembly: JeremyAnsel.Media.DirectXFile.dll
public sealed class XMaterial
Properties
|
Edit this page
View Source
Declaration
public XEffectInstance? EffectInstance { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public XColorRgb? EmissiveColor { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public XColorRgba? FaceColor { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public string? Filename { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public bool IsReference { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public string Name { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public float Power { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public XColorRgb? SpecularColor { get; set; }
Property Value
Methods
|
Edit this page
View Source
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