Table of Contents

Class BasicMaterialContent

Namespace
Microsoft.Xna.Framework.Content.Pipeline.Graphics
Assembly
MonoGame.Framework.Content.Pipeline.dll
public class BasicMaterialContent : MaterialContent
Inheritance
BasicMaterialContent
Inherited Members

Fields

AlphaKey

public const string AlphaKey = "Alpha"

Field Value

string

DiffuseColorKey

public const string DiffuseColorKey = "DiffuseColor"

Field Value

string

EmissiveColorKey

public const string EmissiveColorKey = "EmissiveColor"

Field Value

string

SpecularColorKey

public const string SpecularColorKey = "SpecularColor"

Field Value

string

SpecularPowerKey

public const string SpecularPowerKey = "SpecularPower"

Field Value

string

TextureKey

public const string TextureKey = "Texture"

Field Value

string

VertexColorEnabledKey

public const string VertexColorEnabledKey = "VertexColorEnabled"

Field Value

string

Properties

Alpha

public float? Alpha { get; set; }

Property Value

float?

DiffuseColor

public Vector3? DiffuseColor { get; set; }

Property Value

Vector3?

EmissiveColor

public Vector3? EmissiveColor { get; set; }

Property Value

Vector3?

SpecularColor

public Vector3? SpecularColor { get; set; }

Property Value

Vector3?

SpecularPower

public float? SpecularPower { get; set; }

Property Value

float?

Texture

public ExternalReference<TextureContent> Texture { get; set; }

Property Value

ExternalReference<TextureContent>

VertexColorEnabled

public bool? VertexColorEnabled { get; set; }

Property Value

bool?