VertexChannel Members

The following tables list the members exposed by the VertexChannel type.

Public Properties

Name Description
Public Property Count Gets the number of elements in the vertex channel
Public Property ElementType Gets the type of data contained in this channel.
Public Property Item Gets or sets the element at the specified index.
Public Property Name Gets the name of the vertex channel.

Public Methods

Name Description
Public Method Contains Determines whether the specified element is in the channel.
Public Method CopyTo Copies the elements of the channel to an array, starting at the specified index.
Public Method Equals (Inherited from Object.)
Public Method GetEnumerator Gets an enumerator interface for reading channel content.
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method IndexOf Gets the index of the specified item.
Public Method ReadConvertedContent Reads channel content and automatically converts it to the specified vector format.
Public Method ToString (Inherited from Object.)

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method MemberwiseClone (Inherited from Object.)

See Also

Reference

VertexChannel Class
Microsoft.Xna.Framework.Content.Pipeline.Graphics Namespace