Table of Contents

Class DualTextureMaterialContent

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

Fields

AlphaKey

public const string AlphaKey = "Alpha"

Field Value

string

DiffuseColorKey

public const string DiffuseColorKey = "DiffuseColor"

Field Value

string

Texture2Key

public const string Texture2Key = "Texture2"

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?

Texture

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

Property Value

ExternalReference<TextureContent>

Texture2

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

Property Value

ExternalReference<TextureContent>

VertexColorEnabled

public bool? VertexColorEnabled { get; set; }

Property Value

bool?