IndirectPositionCollection Members
The following tables list the members exposed by the IndirectPositionCollection type.
Public Properties
Name | Description | |
---|---|---|
Count | Number of positions in the collection. | |
Item | Gets or sets the position at the specified index. |
Public Methods
Name | Description | |
---|---|---|
Contains | Determines whether the specified position is in the collection. | |
CopyTo | Copies the specified positions to an array, starting at the specified index. | |
Equals | (Inherited from Object.) | |
GetEnumerator | Gets an enumerator interface for reading the position values. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IndexOf | Gets the index of the specified position in a collection. | |
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.Generic.ICollection<Microsoft.Xna.Framework.Vector3>.IsReadOnly | Gets a value indicating whether this object is read-only. | |
System.Collections.Generic.ICollection<Microsoft.Xna.Framework.Vector3>.Add | Adds a new element to the end of the collection. | |
System.Collections.Generic.ICollection<Microsoft.Xna.Framework.Vector3>.Clear | Removes all elements from the collection. | |
System.Collections.IEnumerable.GetEnumerator | Returns an enumerator that can iterate through the collection. | |
System.Collections.Generic.IList<Microsoft.Xna.Framework.Vector3>.Insert | Inserts a new element into the collection. | |
System.Collections.Generic.IList<Microsoft.Xna.Framework.Vector3>.RemoveAt | Removes the element at the specified index position. | |
System.Collections.Generic.ICollection<Microsoft.Xna.Framework.Vector3>.Remove | Removes the specified element from the collection. |
See Also
Reference
IndirectPositionCollection Class
Microsoft.Xna.Framework.Content.Pipeline.Graphics Namespace