MaterialProcessor Members
The following tables list the members exposed by the MaterialProcessor type.
Public Constructors
Name | Description | |
---|---|---|
MaterialProcessor | Initializes a new instance of the MaterialProcessor class. |
Public Properties
Name | Description | |
---|---|---|
ColorKeyColor | Gets or sets the color value to replace with transparent black. | |
ColorKeyEnabled | Specifies whether color keying of a texture is enabled. | |
DefaultEffect | The default effect type for this instance of MaterialProcessor. | |
GenerateMipmaps | Specifies if a full chain of mipmaps are generated from the source material. Existing mipmaps of the material are not replaced. | |
PremultiplyTextureAlpha | Specifies whether alpha premultiply of textures is enabled. | |
ResizeTexturesToPowerOfTwo | Specifies whether resizing of a material is enabled. | |
TextureFormat | Specifies the texture format of output materials. |
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Process | Builds the texture and effect content for the material. | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
BuildEffect | Builds effect content. | |
BuildTexture | Builds texture content. | |
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
See Also
Reference
MaterialProcessor Class
Microsoft.Xna.Framework.Content.Pipeline.Processors Namespace