Table of Contents

Class SkinnedMaterialContent

Namespace
Microsoft.Xna.Framework.Content.Pipeline.Graphics
Assembly
MonoGame.Framework.Content.Pipeline.dll
public class SkinnedMaterialContent : MaterialContent
Inheritance
SkinnedMaterialContent
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

WeightsPerVertexKey

public const string WeightsPerVertexKey = "WeightsPerVertex"

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>

WeightsPerVertex

public int? WeightsPerVertex { get; set; }

Property Value

int?