EnvironmentMapMaterialContent Members
The following tables list the members exposed by the EnvironmentMapMaterialContent type.
Public Constructors
Name | Description | |
---|---|---|
EnvironmentMapMaterialContent | Creates an instance of this object. |
Public Fields
Name | Description | |
---|---|---|
AlphaKey | Specifies the key of the key/data pair for the alpha property. | |
DiffuseColorKey | Specifies the key of the key/data pair for the material diffuse color. | |
EmissiveColorKey | Specifies the key of the key/data pair for the material emissive color. | |
EnvironmentMapAmountKey | Specifies the key of the key/data pair for the amount of the environment map color to blend. | |
EnvironmentMapKey | Specifies the key of the key/data pair for the current environment map texture. | |
EnvironmentMapSpecularKey | Specifies the key of the key/data pair for the amount of the environment map alpha value to add. | |
FresnelFactorKey | Specifies the key of the key/data pair for the fresnel factor. | |
TextureKey | Specifies the key of the key/data pair for the current texture. |
Public Properties
Name | Description | |
---|---|---|
Alpha | Gets or sets the material alpha. | |
DiffuseColor | Gets or sets the material diffuse color, which ranges from 0 to 1. | |
EmissiveColor | Gets or sets the emissive color of the effect material. | |
EnvironmentMap | Gets or sets the current environment map texture. | |
EnvironmentMapAmount | Gets or sets the amount of the environment map color (RGB) that will be blended over the base texture. The value ranges from 0 to 1; the default value is 1. | |
EnvironmentMapSpecular | Gets or sets the amount of the environment map alpha value that will be added to the base texture. The value ranges from 0 to 1; the default value is 0. | |
FresnelFactor | Gets or sets the Fresnel factor used for the environment map blending. | |
Identity | (Inherited from ContentItem.) | |
Name | (Inherited from ContentItem.) | |
OpaqueData | (Inherited from ContentItem.) | |
Texture | Gets or sets the current texture. | |
Textures | (Inherited from MaterialContent.) |
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
GetReferenceTypeProperty | (Inherited from MaterialContent.) | |
GetTexture | (Inherited from MaterialContent.) | |
GetValueTypeProperty | (Inherited from MaterialContent.) | |
MemberwiseClone | (Inherited from Object.) | |
SetProperty | (Inherited from MaterialContent.) | |
SetTexture | (Inherited from MaterialContent.) |
See Also
Reference
EnvironmentMapMaterialContent Class
Microsoft.Xna.Framework.Content.Pipeline.Graphics Namespace