DynamicIndexBuffer.SetData Method
Copies array data to the index buffer.
Overload List
Name | Description |
---|---|
DynamicIndexBuffer.SetData (Int32, T[], Int32, Int32, SetDataOptions) | Copies array data to the index buffer. |
DynamicIndexBuffer.SetData (T[], Int32, Int32, SetDataOptions) | Copies array data to the index buffer. |
DynamicIndexBuffer.SetData (Int32, T, Int32, Int32) | (Inherited from IndexBuffer.) |
DynamicIndexBuffer.SetData (T) | (Inherited from IndexBuffer.) |
DynamicIndexBuffer.SetData (T, Int32, Int32) | (Inherited from IndexBuffer.) |
See Also
Reference
DynamicIndexBuffer Class
DynamicIndexBuffer Members
Microsoft.Xna.Framework.Graphics Namespace