VertexChannel Members

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

Public Properties

Name Description
Public Property Count (Inherited from VertexChannel.)
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 (Inherited from VertexChannel.)

Public Methods

Name Description
Public Method Contains Overloaded. Determines whether the specified element is in the channel.
Public Method CopyTo Overloaded. Copies the elements of the channel to an array.
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 Overloaded. Gets the index of the specified item.
Public Method ReadConvertedContent Reads channel content and automatically converts it to the specified vector format.
Public Method ReferenceEquals (Inherited from Object.)
Public Method ToString (Inherited from Object.)

Protected Methods

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

Explicit Interface Implementations

Name Description
Explicit Interface ImplementationMethod System.Collections.Generic.ICollection<T>.IsReadOnly Gets a value indicating whether this object is read-only.
Explicit Interface ImplementationMethod System.Collections.Generic.ICollection<T>.Add Adds a new element to the end of the collection.
Explicit Interface ImplementationMethod System.Collections.Generic.ICollection<T>.Clear Removes all elements from the collection.
Explicit Interface ImplementationMethod System.Collections.Generic.IList<T>.Insert Inserts an element into the collection at the specified position.
Explicit Interface ImplementationMethod System.Collections.Generic.IList<T>.RemoveAt Removes the element at the specified index position.
Explicit Interface ImplementationMethod 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