VertexChannel Members
The following tables list the members exposed by the VertexChannel type.
Public Properties
Name | Description | |
---|---|---|
Count | (Inherited from VertexChannel.) | |
ElementType | Gets the type of data contained in this channel. | |
Item | Gets or sets the element at the specified index. | |
Name | (Inherited from VertexChannel.) |
Public Methods
Name | Description | |
---|---|---|
Contains | Overloaded. Determines whether the specified element is in the channel. | |
CopyTo | Overloaded. Copies the elements of the channel to an array. | |
Equals | (Inherited from Object.) | |
GetEnumerator | Gets an enumerator interface for reading channel content. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IndexOf | Overloaded. Gets the index of the specified item. | |
ReadConvertedContent | Reads channel content and automatically converts it to the specified vector format. | |
ReferenceEquals | (Inherited from Object.) | |
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<T>.IsReadOnly | Gets a value indicating whether this object is read-only. | |
System.Collections.Generic.ICollection<T>.Add | Adds a new element to the end of the collection. | |
System.Collections.Generic.ICollection<T>.Clear | Removes all elements from the collection. | |
System.Collections.Generic.IList<T>.Insert | Inserts an element into the collection at the specified position. | |
System.Collections.Generic.IList<T>.RemoveAt | Removes the element at the specified index position. | |
System.Collections.Generic.ICollection<T>.Remove | Removes a specified element from the collection. |
See Also
Reference
VertexChannel Generic Class
Microsoft.Xna.Framework.Content.Pipeline.Graphics Namespace