TextureCube.SetData Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Include Protected Members
Include Inherited Members
Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members
Sets texture data.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
SetData<T>(CubeMapFace, array<T[]) | Sets cube texture data, specifying a cubemap face. | |
SetData<T>(CubeMapFace, array<T[], Int32, Int32) | Sets cube texture data, specifying a cubemap face, start index, and number of elements. | |
SetData<T>(CubeMapFace, Int32, Nullable<Rectangle>, array<T[], Int32, Int32) | Sets cube texture data, specifying a cubemap face, mipmap level, source rectangle, start index, and number of elements. |
Top