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. | |
ReferenceEquals | (Inherited from Object.) | |
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.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.Collections.Generic.ICollection<Microsoft.Xna.Framework.Content.Pipeline.Graphics.VertexChannel>.IsReadOnly | Determines whether the collection is read-only. | |
System.Collections.Generic.ICollection<Microsoft.Xna.Framework.Content.Pipeline.Graphics.VertexChannel>.Add | Adds a new vertex channel to the collection. | |
System.Collections.Generic.ICollection<Microsoft.Xna.Framework.Content.Pipeline.Graphics.VertexChannel>.CopyTo | Copies the elements of the collection to an array, starting at the specified index. | |
System.Collections.IEnumerable.GetEnumerator | Returns an enumerator that iterates through a collection. | |
System.Collections.Generic.IList<Microsoft.Xna.Framework.Content.Pipeline.Graphics.VertexChannel>.Insert | Inserts an item at the specified index. |
See Also
Reference
VertexChannelCollection Class
Microsoft.Xna.Framework.Content.Pipeline.Graphics Namespace