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. | |
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.IList.IsFixedSize | Gets a value indicating whether this list has a fixed size. | |
System.Collections.IList.IsReadOnly | Gets a value indicating whether this object is read-only. | |
System.Collections.ICollection.IsSynchronized | Gets a value indicating whether access to the collection is synchronized (thread safe). | |
System.Collections.ICollection.SyncRoot | Gets an object that can be used to synchronize access to the collection. | |
System.Collections.IList.Add | Adds a new element to the end of the collection. | |
System.Collections.IList.Clear | Removes all elements from the collection. | |
System.Collections.IList.Insert | Inserts an element into the collection at the specified position. | |
System.Collections.IList.RemoveAt | Removes the element at the specified index position. | |
System.Collections.IList.Remove | Removes a specified element from the collection. |
See Also
Reference
VertexChannel Class
Microsoft.Xna.Framework.Content.Pipeline.Graphics Namespace