MaterialInstance Methods |
The MaterialInstance type exposes the following members.
Name | Description | |
---|---|---|
Clone |
Creates a new MaterialInstance that is a clone of the current instance.
| |
CloneCore |
Makes the instance a clone (deep copy) of the specified
MaterialInstance.
| |
Contains |
Determines whether the material instance contains effect parameter bindings for the
specified render pass.
| |
CreateInstanceCore |
When implemented in a derived class, creates a new instance of the
MaterialInstance derived class.
| |
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 a 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.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TryGet |
Gets the effect parameter bindings for the specified render pass.
|
Name | Description | |
---|---|---|
AddRangeKeyValuePairString, EffectBinding |
Adds the specified items to the ICollectionT.
(Defined by CollectionHelper.) | |
DoKeyValuePairString, EffectBinding(ActionKeyValuePairString, EffectBinding) | Overloaded.
Performs the given action on each element in a sequence when it is enumerated.
(Defined by LinqHelper.) | |
DoKeyValuePairString, EffectBinding(ActionKeyValuePairString, EffectBinding, Int32) | Overloaded.
Performs the given action on each element (incorporating its index) in a sequence when it is
enumerated.
(Defined by LinqHelper.) | |
ForEachKeyValuePairString, EffectBinding(ActionKeyValuePairString, EffectBinding) | Overloaded.
Immediately performs the given action on each element in a sequence.
(Defined by LinqHelper.) | |
ForEachKeyValuePairString, EffectBinding(ActionKeyValuePairString, EffectBinding, Int32) | Overloaded.
Immediately performs the given action on each element (incorporating its index) in a
sequence.
(Defined by LinqHelper.) | |
IndexOfKeyValuePairString, EffectBinding |
Returns the index of the first element in a sequence that satisfies the specified condition.
(Defined by LinqHelper.) |