SkinnedMaterialContent Members
The following tables list the members exposed by the SkinnedMaterialContent type.
Public Constructors
Name | Description | |
---|---|---|
![]() |
SkinnedMaterialContent | 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. |
![]() |
SpecularColorKey | Specifies the key of the key/data pair for the specular color. |
![]() |
SpecularPowerKey | Specifies the key of the key/data pair for the specular power. |
![]() |
TextureKey | Specifies the key of the key/data pair for the current texture. |
![]() |
WeightsPerVertexKey | Specifies the key of the key/data pair for the per-vertex skinning weights. |
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. |
![]() |
Identity | (Inherited from ContentItem.) |
![]() |
Name | (Inherited from ContentItem.) |
![]() |
OpaqueData | (Inherited from ContentItem.) |
![]() |
SpecularColor | Gets or sets the specular color of this effect material. |
![]() |
SpecularPower | Gets or sets the specular power of this effect material. |
![]() |
Texture | Gets or sets the current texture. |
![]() |
Textures | (Inherited from MaterialContent.) |
![]() |
WeightsPerVertex | Gets or sets the number of per-vertex skinning weights to evaluate, which is either 1, 2, or 4. |
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
SkinnedMaterialContent Class
Microsoft.Xna.Framework.Content.Pipeline.Graphics Namespace