DynamicVertexBuffer Members
The following tables list the members exposed by the DynamicVertexBuffer type.
Public Constructors
Name | Description | |
---|---|---|
DynamicVertexBuffer | Overloaded. Initializes a new instance of DynamicVertexBuffer. |
Public Properties
Name | Description | |
---|---|---|
BufferUsage | (Inherited from VertexBuffer.) | |
GraphicsDevice | (Inherited from GraphicsResource.) | |
IsContentLost | Determines if the index buffer data has been lost due to a lost device event. | |
IsDisposed | (Inherited from GraphicsResource.) | |
Name | (Inherited from GraphicsResource.) | |
Priority | (Inherited from GraphicsResource.) | |
ResourceType | (Inherited from GraphicsResource.) | |
SizeInBytes | (Inherited from VertexBuffer.) | |
Tag | (Inherited from GraphicsResource.) |
Public Methods
Name | Description | |
---|---|---|
Dispose | Overloaded. Immediately releases the unmanaged resources used by this object. | |
Equals | (Inherited from Object.) | |
GetData | (Inherited from VertexBuffer.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (Inherited from Object.) | |
SetData | Overloaded. Copies array data to the vertex buffer. | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | Allows this object to attempt to free resources and perform other cleanup operations before garbage collection reclaims the object. | |
MemberwiseClone | (Inherited from Object.) | |
raise_ContentLost | Occurs after content is lost from a graphics device failure, allowing an application to re-create all resources. | |
raise_Disposing | (Inherited from GraphicsResource.) |
Public Events
Name | Description | |
---|---|---|
ContentLost | Occurs when resources are lost due to a lost device event. | |
Disposing | (Inherited from GraphicsResource.) |
See Also
Reference
DynamicVertexBuffer Class
Microsoft.Xna.Framework.Graphics Namespace