IndexBuffer Members
The following tables list the members exposed by the IndexBuffer type.
Public Constructors
Name | Description | |
---|---|---|
IndexBuffer | Overloaded. Initializes a new instance of this class. |
Public Properties
Name | Description | |
---|---|---|
BufferUsage | Gets the state of the related BufferUsage enumeration. | |
GraphicsDevice | (Inherited from GraphicsResource.) | |
IndexCount | Gets the number of indices in this buffer. | |
IndexElementSize | Gets a value indicating the size of this index element. | |
IsDisposed | (Inherited from GraphicsResource.) | |
Name | (Inherited from GraphicsResource.) | |
Tag | (Inherited from GraphicsResource.) |
Public Methods
Name | Description | |
---|---|---|
Dispose | Overloaded. Immediately releases the unmanaged resources used by this object. | |
Equals | (Inherited from Object.) | |
GetData | Overloaded. Gets the index buffer into an array. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
SetData | Overloaded. Copies array data to the index buffer. | |
ToString | (Inherited from GraphicsResource.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from GraphicsResource.) | |
MemberwiseClone | (Inherited from Object.) |
Public Events
Name | Description | |
---|---|---|
Disposing | (Inherited from GraphicsResource.) |
See Also
Reference
IndexBuffer Class
Microsoft.Xna.Framework.Graphics Namespace