MaterialInstanceCollection Methods |
The MaterialInstanceCollection type exposes the following members.
Name | Description | |
---|---|---|
Contains |
Determines whether the MaterialInstanceCollection contains a specific value.
| |
CopyTo |
Copies the elements of the MaterialInstanceCollection to an
Array, starting at a particular Array index.
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetEnumerator |
Returns an enumerator that iterates through the collection.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IndexOf |
Determines the index of a specific material instance in the
MaterialInstanceCollection.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
AddRangeMaterialInstance |
Adds the specified items to the ICollectionT.
(Defined by CollectionHelper.) | |
DoMaterialInstance(ActionMaterialInstance) | Overloaded.
Performs the given action on each element in a sequence when it is enumerated.
(Defined by LinqHelper.) | |
DoMaterialInstance(ActionMaterialInstance, Int32) | Overloaded.
Performs the given action on each element (incorporating its index) in a sequence when it is
enumerated.
(Defined by LinqHelper.) | |
ForEachMaterialInstance(ActionMaterialInstance) | Overloaded.
Immediately performs the given action on each element in a sequence.
(Defined by LinqHelper.) | |
ForEachMaterialInstance(ActionMaterialInstance, Int32) | Overloaded.
Immediately performs the given action on each element (incorporating its index) in a
sequence.
(Defined by LinqHelper.) | |
IndexOfMaterialInstance |
Returns the index of the first element in a sequence that satisfies the specified condition.
(Defined by LinqHelper.) |
Name | Description | |
---|---|---|
ICollectionMaterialInstanceAdd |
Not supported.
| |
ICollectionMaterialInstanceClear |
Not supported.
| |
IEnumerableMaterialInstanceGetEnumerator |
Returns an enumerator that iterates through the collection.
| |
IEnumerableGetEnumerator |
Returns an enumerator that iterates through a collection.
| |
IListMaterialInstanceInsert |
Not supported.
| |
ICollectionMaterialInstanceRemove |
Not supported.
| |
IListMaterialInstanceRemoveAt |
Not supported.
|