VertexContent Members
The following tables list the members exposed by the VertexContent type.
Public Properties
Name | Description | |
---|---|---|
Channels | Gets the list of named vertex data channels in the VertexContent. | |
PositionIndices | Gets the list of position indices. | |
Positions | Gets position data from the parent mesh object. | |
VertexCount | Number of vertices for the content. |
Public Methods
Name | Description | |
---|---|---|
Add | Appends a new vertex index to the end of the PositionIndices collection. | |
AddRange | Appends multiple vertex indices to the end of the PositionIndices collection. | |
CreateVertexBuffer | Converts design-time vertex position and channel data into a vertex buffer format that a graphics device can recognize. | |
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Insert | Inserts a new vertex index to the PositionIndices collection. | |
InsertRange | Inserts multiple vertex indices to the PositionIndices collection. | |
RemoveAt | Removes a vertex index from the specified location in both PositionIndices and VertexChannel<T>. | |
RemoveRange | Removes a range of vertex indices from the specified location in both PositionIndices and VertexChannel<T>. | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
See Also
Reference
VertexContent Class
Microsoft.Xna.Framework.Content.Pipeline.Graphics Namespace