IndexBuffer.GetData Method
Gets the index buffer into an array.
Overload List
Name | Description |
---|---|
IndexBuffer.GetData (Int32, T[], Int32, Int32) | Gets a copy of the index buffer data, specifying the start index, starting offset, number of elements, and size of the elements. |
IndexBuffer.GetData (T[]) | Gets a copy of the index buffer data. |
IndexBuffer.GetData (T[], Int32, Int32) | Gets a copy of the index buffer data, specifying the start index and number of elements. |
See Also
Reference
IndexBuffer Class
IndexBuffer Members
Microsoft.Xna.Framework.Graphics Namespace