SkinnedMaterialContent Members

The following tables list the members exposed by the SkinnedMaterialContent type.

Public Constructors

Name Description
Public Method SkinnedMaterialContent Creates an instance of this object.

Public Fields

Name Description
Public Field AlphaKey Specifies the key of the key/data pair for the alpha property.
Public Field DiffuseColorKey Specifies the key of the key/data pair for the material diffuse color.
Public Field EmissiveColorKey Specifies the key of the key/data pair for the material emissive color.
Public Field SpecularColorKey Specifies the key of the key/data pair for the specular color.
Public Field SpecularPowerKey Specifies the key of the key/data pair for the specular power.
Public Field TextureKey Specifies the key of the key/data pair for the current texture.
Public Field WeightsPerVertexKey Specifies the key of the key/data pair for the per-vertex skinning weights.

Public Properties

Name Description
Public Property Alpha Gets or sets the material alpha.
Public Property DiffuseColor Gets or sets the material diffuse color, which ranges from 0 to 1.
Public Property EmissiveColor Gets or sets the emissive color of the effect material.
Public Property Identity (Inherited from ContentItem.)
Public Property Name (Inherited from ContentItem.)
Public Property OpaqueData (Inherited from ContentItem.)
Public Property SpecularColor Gets or sets the specular color of this effect material.
Public Property SpecularPower Gets or sets the specular power of this effect material.
Public Property Texture Gets or sets the current texture.
Public Property Textures (Inherited from MaterialContent.)
Public Property WeightsPerVertex Gets or sets the number of per-vertex skinning weights to evaluate, which is either 1, 2, or 4.

Public Methods

Name Description
Public Method Equals (Inherited from Object.)
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method ToString (Inherited from Object.)

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method GetReferenceTypeProperty (Inherited from MaterialContent.)
Protected Method GetTexture (Inherited from MaterialContent.)
Protected Method GetValueTypeProperty (Inherited from MaterialContent.)
Protected Method MemberwiseClone (Inherited from Object.)
Protected Method SetProperty (Inherited from MaterialContent.)
Protected Method SetTexture (Inherited from MaterialContent.)

See Also

Reference

SkinnedMaterialContent Class
Microsoft.Xna.Framework.Content.Pipeline.Graphics Namespace