DualTextureMaterialContent Members
The following tables list the members exposed by the DualTextureMaterialContent type.
Public Constructors
Name | Description | |
---|---|---|
DualTextureMaterialContent | 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. | |
Texture2Key | Specifies the key of the key/data pair for the current overlay texture. | |
TextureKey | Specifies the key of the key/data pair for the current texture. | |
VertexColorEnabledKey | Specifies the key of the key/data pair for the vertex color enabled setting. |
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. | |
Identity | (Inherited from ContentItem.) | |
Name | (Inherited from ContentItem.) | |
OpaqueData | (Inherited from ContentItem.) | |
Texture | Gets or sets the current texture. | |
Texture2 | Gets or sets the current overlay texture. | |
Textures | (Inherited from MaterialContent.) | |
VertexColorEnabled | Gets or sets whether vertex color is enabled. |
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
DualTextureMaterialContent Class
Microsoft.Xna.Framework.Content.Pipeline.Graphics Namespace