Sdílet prostřednictvím


VertexChannelCollection Members

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

Public Properties

Name Description
Public Property Count Gets the number of vertex channels in the collection.
Public Property Item Overloaded. Gets or sets a vertex channel from the collection.

Public Methods

Name Description
Public Method Add Overloaded. Adds a new vertex channel to the collection.
Public Method Clear Removes all vertex channels from the collection.
Public Method Contains Overloaded. Determines whether the collection contains the specified vertex channel.
Public Method ConvertChannelContent Overloaded. Converts a channel to another vector format.
Public Method Equals (Inherited from Object.)
Public Method Get Overloaded. Gets the vertex channel that matches the specified traits.
Public Method GetEnumerator Gets an enumerator that iterates through the vertex channels of a collection.
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method IndexOf Overloaded. Determines the index of a vertex channel.
Public Method Insert Overloaded. Inserts a new vertex channel into the collection.
Public Method ReferenceEquals (Inherited from Object.)
Public Method Remove Overloaded. Removes a specified vertex channel from the collection.
Public Method RemoveAt Removes the vertex channel at the specified index position.
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<Microsoft.Xna.Framework.Content.Pipeline.Graphics.VertexChannel>.IsReadOnly Determines whether the collection is read-only.
Explicit Interface ImplementationMethod System.Collections.Generic.ICollection<Microsoft.Xna.Framework.Content.Pipeline.Graphics.VertexChannel>.Add Adds a new vertex channel to the collection.
Explicit Interface ImplementationMethod 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.
Explicit Interface ImplementationMethod System.Collections.IEnumerable.GetEnumerator Returns an enumerator that iterates through a collection.
Explicit Interface ImplementationMethod 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