Texture3D.GetData Method
Gets a copy of the texture data.
Overload List
Name | Description |
---|---|
Texture3D.GetData (Int32, Int32, Int32, Int32, Int32, Int32, Int32, T[], Int32, Int32) | Gets a copy of the texture data, specifying the level and dimensions of the volume texture to copy. |
Texture3D.GetData (T[]) | Gets a copy of the texture data. |
Texture3D.GetData (T[], Int32, Int32) | Gets a copy of the texture data, specifying the starting index and number of elements to copy. |
See Also
Reference
Texture3D Class
Texture3D Members
Microsoft.Xna.Framework.Graphics Namespace