IndexBuffer.SetData Method
Copies array data to the index buffer.
Overload List
Name | Description |
---|---|
IndexBuffer.SetData (Int32, T[], Int32, Int32) | Sets index buffer data, specifying the offset, start index and number of elements. |
IndexBuffer.SetData (T[]) | Sets index buffer data. |
IndexBuffer.SetData (T[], Int32, Int32) | Sets index buffer data, specifying the start index and number of elements. |
See Also
Reference
IndexBuffer Class
IndexBuffer Members
Microsoft.Xna.Framework.Graphics Namespace