Table of Contents

Class EnvironmentMapMaterialContent

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

EnvironmentMapAmountKey

public const string EnvironmentMapAmountKey = "EnvironmentMapAmount"

Field Value

string

EnvironmentMapKey

public const string EnvironmentMapKey = "EnvironmentMap"

Field Value

string

EnvironmentMapSpecularKey

public const string EnvironmentMapSpecularKey = " EnvironmentMapSpecular"

Field Value

string

FresnelFactorKey

public const string FresnelFactorKey = "FresnelFactor"

Field Value

string

TextureKey

public const string TextureKey = "Texture"

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?

EnvironmentMap

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

Property Value

ExternalReference<TextureContent>

EnvironmentMapAmount

public float? EnvironmentMapAmount { get; set; }

Property Value

float?

EnvironmentMapSpecular

public Vector3? EnvironmentMapSpecular { get; set; }

Property Value

Vector3?

FresnelFactor

public float? FresnelFactor { get; set; }

Property Value

float?

Texture

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

Property Value

ExternalReference<TextureContent>