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 | |
---|---|---|
GraphicsDevice | (Inherited from GraphicsResource.) | |
IndexElementSize | Gets or sets a value indicating the size of this index element. | |
IsDisposed | (Inherited from GraphicsResource.) | |
Name | (Inherited from GraphicsResource.) | |
Priority | (Inherited from GraphicsResource.) | |
ResourceManagementMode | Gets the memory management mode for this index buffer resource. | |
ResourceType | (Inherited from GraphicsResource.) | |
ResourceUsage | Gets a set of options identifying the behaviors of this resource. | |
SizeInBytes | Gets the size, in bytes, of this IndexBuffer. | |
Tag | (Inherited from GraphicsResource.) |
Public Methods
Name | Description | |
---|---|---|
Dispose | Overloaded. Immediately releases the unmanaged resources used by this object. | |
Equals | Overloaded. Gets a value that indicates whether the current instance is equal to a specified object. | |
GetData | Overloaded. Copies the index buffer into an array. | |
GetHashCode | Gets the hash code for this instance. | |
GetType | (Inherited from Object.) | |
op_Equality | Overloaded. Determines whether the specified index buffers are equal. | |
op_Inequality | Overloaded. Determines whether the specified index buffers are not equal. | |
ReferenceEquals | (Inherited from Object.) | |
SetData | Overloaded. Copies array data to the index buffer. | |
ToString | Retrieves a string representation of this object. |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from GraphicsResource.) | |
MemberwiseClone | (Inherited from Object.) | |
raise_Disposing | (Inherited from GraphicsResource.) |
Public Events
Name | Description | |
---|---|---|
Disposing | (Inherited from GraphicsResource.) |
See Also
Reference
IndexBuffer Class
Microsoft.Xna.Framework.Graphics Namespace