Material Methods |
The Material type exposes the following members.
Name | Description | |
---|---|---|
Add |
Adds an effect binding for the specified render pass to the material.
| |
Clear |
Removes all render passes and effect bindings from the material.
| |
Clone |
Creates a new Material that is a clone of the current instance.
| |
CloneCore |
Makes the instance a clone (deep copy) of the specified Material.
| |
Contains |
Determines whether the material contains an effect binding for the specified render pass.
| |
CreateInstanceCore |
When implemented in a derived class, creates a new instance of the Material
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.) | |
Remove |
Removes the effect binding for the specified render pass from the material.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TryGet |
Gets the effect binding 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.) |
Name | Description | |
---|---|---|
ICollectionKeyValuePairString, EffectBindingAdd | Adds an item to the ICollectionT. | |
ICollectionKeyValuePairString, EffectBindingContains | Determines whether the ICollectionT contains a specific value. | |
IDictionaryString, EffectBindingContainsKey | Determines whether the IDictionaryTKey, TValue contains an element with the specified key. | |
ICollectionKeyValuePairString, EffectBindingCopyTo | ||
IEnumerableKeyValuePairString, EffectBindingGetEnumerator | Returns an enumerator that iterates through the collection. | |
IEnumerableGetEnumerator |
Returns an enumerator that iterates through a collection.
| |
ICollectionKeyValuePairString, EffectBindingRemove | Removes the first occurrence of a specific object from the ICollectionT. | |
IDictionaryString, EffectBindingTryGetValue | Gets the value associated with the specified key. |