AlphaTestMaterialContent Members
The following tables list the members exposed by the AlphaTestMaterialContent type.
Public Constructors
Name | Description | |
---|---|---|
![]() |
AlphaTestMaterialContent | Creates an instance of this object. |
Public Fields
Name | Description | |
---|---|---|
![]() |
AlphaFunctionKey | Specifies the key of the key/data pair for the alpha test. |
![]() |
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. |
![]() |
ReferenceAlphaKey | Specifies the key of the key/data pair for the reference alpha value. |
![]() |
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. |
![]() |
AlphaFunction | Gets or sets the compare function for alpha test. The default value is Greater. |
![]() |
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.) |
![]() |
ReferenceAlpha | Gets or sets the reference alpha value. The default value is 0. |
![]() |
Texture | Gets or sets the current 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
AlphaTestMaterialContent Class
Microsoft.Xna.Framework.Content.Pipeline.Graphics Namespace