Class DualTextureMaterialContent
- Assembly
- MonoGame.Framework.Content.Pipeline.dll
public class DualTextureMaterialContent : MaterialContent
- Inheritance
-
DualTextureMaterialContent
- Inherited Members
Fields
AlphaKey
public const string AlphaKey = "Alpha"
Field Value
DiffuseColorKey
public const string DiffuseColorKey = "DiffuseColor"
Field Value
Texture2Key
public const string Texture2Key = "Texture2"
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
DiffuseColor
public Vector3? DiffuseColor { get; set; }
Property Value
Texture
public ExternalReference<TextureContent> Texture { get; set; }
Property Value
Texture2
public ExternalReference<TextureContent> Texture2 { get; set; }
Property Value
VertexColorEnabled
public bool? VertexColorEnabled { get; set; }
Property Value
- bool?