Partager via


TextureCube.GetData Method

Returns a copy of the texture data.

Overload List

Name Description
TextureCube.GetData (CubeMapFace, Int32, Nullable<Rectangle>, T[], Int32, Int32) Gets a copy of cube texture data, specifying a cubemap face, mimap level, source rectangle, start index, and number of elements.
TextureCube.GetData (CubeMapFace, T[]) Gets a copy of cube texture data specifying a cubemap face.
TextureCube.GetData (CubeMapFace, T[], Int32, Int32) Gets a copy of cube texture data, specifying a cubemap face, start index, and number of elements.

See Also

Reference

TextureCube Class
TextureCube Members
Microsoft.Xna.Framework.Graphics Namespace