Table of Contents

Class AlphaTestMaterialContent

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

Fields

AlphaFunctionKey

public const string AlphaFunctionKey = "AlphaFunction"

Field Value

string

AlphaKey

public const string AlphaKey = "Alpha"

Field Value

string

DiffuseColorKey

public const string DiffuseColorKey = "DiffuseColor"

Field Value

string

ReferenceAlphaKey

public const string ReferenceAlphaKey = "ReferenceAlpha"

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?

AlphaFunction

public CompareFunction? AlphaFunction { get; set; }

Property Value

CompareFunction?

DiffuseColor

public Vector3? DiffuseColor { get; set; }

Property Value

Vector3?

ReferenceAlpha

public int? ReferenceAlpha { get; set; }

Property Value

int?

Texture

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

Property Value

ExternalReference<TextureContent>

VertexColorEnabled

public bool? VertexColorEnabled { get; set; }

Property Value

bool?