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.
Sets the vertex buffer data.
Overload List
Name | Description |
---|---|
VertexBuffer.SetData (Int32, T[], Int32, Int32, Int32, SetDataOptions) | Sets the vertex buffer data, specifying the start index, starting offset, number of elements, and size of the vertex buffer elements. |
VertexBuffer.SetData (T[]) | Sets the vertex buffer data. |
VertexBuffer.SetData (T[], Int32, Int32, SetDataOptions) | Sets 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