TextureContent Members
The following tables list the members exposed by the TextureContent type.
Protected Constructors
Name | Description | |
---|---|---|
TextureContent | Initializes a new instance of TextureContent with the specified face collection. |
Public Properties
Name | Description | |
---|---|---|
Faces | Collection of image faces that hold a single mipmap chain for a regular 2D texture, six chains for a cube map, or an arbitrary number for volume and array textures. | |
Identity | (Inherited from ContentItem.) | |
Name | (Inherited from ContentItem.) | |
OpaqueData | (Inherited from ContentItem.) |
Public Methods
Name | Description | |
---|---|---|
ConvertBitmapType | Converts all bitmaps for this texture to a different format. | |
Equals | (Inherited from Object.) | |
GenerateMipmaps | Generates a full set of mipmaps for the texture. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Validate | Overloaded. Verifies that all contents of this texture are present and correct. |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
See Also
Reference
TextureContent Class
Microsoft.Xna.Framework.Content.Pipeline.Graphics Namespace