Texture3D Members
The following tables list the members exposed by the Texture3D type.
Public Constructors
Name | Description | |
---|---|---|
Texture3D | Creates an uninitialized volume texture resource of the given dimensions, specifying the memory management mode for the resource. To initialize a Texture3D from an existing file, see the static method ContentManager.Load or FromFile. |
Public Properties
Name | Description | |
---|---|---|
Depth | Gets the depth of this volume texture resource, in pixels. | |
Format | Gets the pixel format for this texture resource. | |
GraphicsDevice | (Inherited from GraphicsResource.) | |
Height | Gets the height of this texture resource, in pixels. | |
IsDisposed | (Inherited from GraphicsResource.) | |
LevelCount | (Inherited from Texture.) | |
LevelOfDetail | (Inherited from Texture.) | |
Name | (Inherited from GraphicsResource.) | |
Priority | (Inherited from GraphicsResource.) | |
ResourceManagementMode | Gets the memory management mode to use for this volume texture resource. | |
ResourceType | (Inherited from GraphicsResource.) | |
ResourceUsage | Gets a set of options identifying the behaviors of this resource. | |
Tag | (Inherited from GraphicsResource.) | |
Width | Gets the width of this texture resource, in pixels. |
Public Methods
Name | Description | |
---|---|---|
Dispose | Overloaded. Immediately releases the unmanaged resources used by this object. | |
Equals | Overloaded. Returns a value that indicates whether the current instance is equal to a specified object. | |
FromFile | Overloaded. Creates a volume texture resource from a file. | |
GenerateMipMaps | (Inherited from Texture.) | |
GetCreationParameters | (Inherited from Texture.) | |
GetData | Overloaded. Gets 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 two instances of Texture3D are equal. | |
op_Inequality | Overloaded. Determines whether two instances of Texture3D are not equal. | |
ReferenceEquals | (Inherited from Object.) | |
Save | (Inherited from Texture.) | |
SetData | Overloaded. Copies array data to the texture. | |
ToString | Retrieves a string representation of this object. |
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.) |