Class AlphaTestMaterialContent
- Assembly
- MonoGame.Framework.Content.Pipeline.dll
public class AlphaTestMaterialContent : MaterialContent
- Inheritance
-
AlphaTestMaterialContent
- Inherited Members
Fields
AlphaFunctionKey
public const string AlphaFunctionKey = "AlphaFunction"
Field Value
AlphaKey
public const string AlphaKey = "Alpha"
Field Value
DiffuseColorKey
public const string DiffuseColorKey = "DiffuseColor"
Field Value
ReferenceAlphaKey
public const string ReferenceAlphaKey = "ReferenceAlpha"
Field Value
TextureKey
public const string TextureKey = "Texture"
Field Value
VertexColorEnabledKey
public const string VertexColorEnabledKey = "VertexColorEnabled"
Field Value
Properties
Alpha
public float? Alpha { get; set; }
Property Value
AlphaFunction
public CompareFunction? AlphaFunction { get; set; }
Property Value
DiffuseColor
public Vector3? DiffuseColor { get; set; }
Property Value
ReferenceAlpha
public int? ReferenceAlpha { get; set; }
Property Value
- int?
Texture
public ExternalReference<TextureContent> Texture { get; set; }
Property Value
VertexColorEnabled
public bool? VertexColorEnabled { get; set; }
Property Value
- bool?