VertexChannel Members
The following tables list the members exposed by the VertexChannel type.
Public Properties
Name | Description | |
---|---|---|
Count | Gets the number of elements in the vertex channel | |
ElementType | Gets the type of data contained in this channel. | |
Item | Gets or sets the element at the specified index. | |
Name | Gets the name of the vertex channel. |
Public Methods
Name | Description | |
---|---|---|
Contains | Determines whether the specified element is in the channel. | |
CopyTo | Copies the elements of the channel to an array, starting at the specified index. | |
Equals | (Inherited from Object.) | |
GetEnumerator | Gets an enumerator interface for reading channel content. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IndexOf | Gets the index of the specified item. | |
ReadConvertedContent | Reads channel content and automatically converts it to the specified vector format. | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
See Also
Reference
VertexChannel Class
Microsoft.Xna.Framework.Content.Pipeline.Graphics Namespace