TextureCube Members
The following tables list the members exposed by the TextureCube type.
Public Constructors
Name | Description | |
---|---|---|
TextureCube | Overloaded. Initializes a new instance of the TextureCube class. |
Public Properties
Name | Description | |
---|---|---|
Format | Gets the pixel format for this texture resource. | |
GraphicsDevice | (Inherited from GraphicsResource.) | |
IsDisposed | (Inherited from GraphicsResource.) | |
LevelCount | (Inherited from Texture.) | |
LevelOfDetail | (Inherited from Texture.) | |
Name | (Inherited from GraphicsResource.) | |
Priority | (Inherited from GraphicsResource.) | |
ResourceManagementMode | Gets the class of memory allocated for this cube texture resource. | |
ResourceType | (Inherited from GraphicsResource.) | |
ResourceUsage | Gets a set of options identifying the behaviors of this resource. | |
Size | Gets the width and height of this texture resource, in pixels. | |
Tag | (Inherited from GraphicsResource.) |
Public Methods
Name | Description | |
---|---|---|
Dispose | Overloaded. Releases the resources used by the TextureCube class. | |
Equals | Overloaded. Determines whether two TextureCube instances are equal. | |
FromFile | Overloaded. Creates a cube texture resource from a file. | |
GenerateMipMaps | (Inherited from Texture.) | |
GetCreationParameters | (Inherited from Texture.) | |
GetData | Overloaded. Returns a copy of the texture data. | |
GetHashCode | Gets the hash code for this instance. | |
GetTextureInformation | (Inherited from Texture.) | |
GetType | (Inherited from Object.) | |
op_Equality | Overloaded. Determines whether the specified cube textures are equal. | |
op_Inequality | Overloaded. Determines whether the specified cube textures are not equal. | |
ReferenceEquals | (Inherited from Object.) | |
Save | (Inherited from Texture.) | |
SetData | Overloaded. Copies array data to the texture. | |
ToString | Returns a String that represents the current TextureCube. |
Protected Methods
Name | Description | |
---|---|---|
Finalize | Allows this object to attempt to free resources and perform other cleanup operations before garbage collection reclaims the object. | |
MemberwiseClone | (Inherited from Object.) | |
raise_Disposing | (Inherited from GraphicsResource.) |
Public Events
Name | Description | |
---|---|---|
Disposing | (Inherited from GraphicsResource.) |
See Also
Reference
TextureCube Class
Microsoft.Xna.Framework.Graphics Namespace