Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The following tables list the members exposed by the DynamicVertexBuffer type.
Public Constructors
Name | Description | |
---|---|---|
![]() |
DynamicVertexBuffer | Overloaded. Creates an instance of this object. |
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.) |
![]() |
Tag | (Inherited from GraphicsResource.) |
![]() |
VertexCount | (Inherited from VertexBuffer.) |
![]() |
VertexDeclaration | (Inherited from VertexBuffer.) |
Public Methods
Name | Description | |
---|---|---|
![]() |
Dispose | (Inherited from GraphicsResource.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
GetData | (Overloaded. Inherited from VertexBuffer.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
SetData | Overloaded. Copies array data to the vertex buffer. |
![]() |
ToString | (Inherited from GraphicsResource.) |
Protected Methods
Name | Description | |
---|---|---|
![]() |
Dispose | (Inherited from VertexBuffer.) |
![]() |
Finalize | (Inherited from GraphicsResource.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
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