Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns a copy of the vertex buffer data.
Overload List
| Name | Description |
|---|---|
| VertexBuffer.GetData (Int32, T[], Int32, Int32, Int32) | Gets a copy of the vertex buffer data, specifying the start index, starting offset, number of elements, and size of the vertex buffer elements. |
| VertexBuffer.GetData (T[]) | Gets a copy of the vertex buffer data. |
| VertexBuffer.GetData (T[], Int32, Int32) | Gets a copy of the vertex buffer data, specifying the start index and number of elements in the vertex buffer. |
See Also
Reference
VertexBuffer Class
VertexBuffer Members
Microsoft.Xna.Framework.Graphics Namespace