VertexChannelCollection Members
The following tables list the members exposed by the VertexChannelCollection type.
Public Properties
Name | Description | |
---|---|---|
Count | Gets the number of vertex channels in the collection. | |
Item | Overloaded. Gets or sets a vertex channel from the collection. |
Public Methods
Name | Description | |
---|---|---|
Add | Overloaded. Adds a new vertex channel to the collection. | |
Clear | Removes all vertex channels from the collection. | |
Contains | Overloaded. Determines whether the collection contains the specified vertex channel. | |
ConvertChannelContent | Overloaded. Converts a channel to another vector format. | |
Equals | (Inherited from Object.) | |
Get | Overloaded. Gets the vertex channel that matches the specified traits. | |
GetEnumerator | Gets an enumerator that iterates through the vertex channels of a collection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IndexOf | Overloaded. Determines the index of a vertex channel. | |
Insert | Overloaded. Inserts a new vertex channel into the collection. | |
Remove | Overloaded. Removes a specified vertex channel from the collection. | |
RemoveAt | Removes the vertex channel at the specified index position. | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
See Also
Reference
VertexChannelCollection Class
Microsoft.Xna.Framework.Content.Pipeline.Graphics Namespace