Share via


TextureCube.SetData Method

Sets texture data.

Overload List

Name Description
TextureCube.SetData (CubeMapFace, Int32, Nullable<Rectangle>, T[], Int32, Int32) Sets cube texture data, specifying a cubemap face, mipmap level, source rectangle, start index, and number of elements.
TextureCube.SetData (CubeMapFace, T[]) Sets cube texture data, specifying a cubemap face.
TextureCube.SetData (CubeMapFace, T[], Int32, Int32) Sets 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