Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
Validate | Verifies that all contents of this texture are present, correct and match the capabilities of the device. |
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
See Also
Reference
TextureContent Class
Microsoft.Xna.Framework.Content.Pipeline.Graphics Namespace