Click or drag to resize
DigitalRuneMaterial Methods

The Material type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds an effect binding for the specified render pass to the material.
Public methodClear
Removes all render passes and effect bindings from the material.
Public methodClone
Creates a new Material that is a clone of the current instance.
Protected methodCloneCore
Makes the instance a clone (deep copy) of the specified Material.
Public methodContains
Determines whether the material contains an effect binding for the specified render pass.
Protected methodCreateInstanceCore
When implemented in a derived class, creates a new instance of the Material derived class.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Removes the effect binding for the specified render pass from the material.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGet
Gets the effect binding for the specified render pass
Top
Extension Methods
  NameDescription
Public Extension MethodAddRangeKeyValuePairString, EffectBinding (Defined by CollectionHelper.)
Public Extension MethodDoKeyValuePairString, EffectBinding(ActionKeyValuePairString, EffectBinding)Overloaded.
Performs the given action on each element in a sequence when it is enumerated.
(Defined by LinqHelper.)
Public Extension MethodDoKeyValuePairString, 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.)
Public Extension MethodForEachKeyValuePairString, EffectBinding(ActionKeyValuePairString, EffectBinding)Overloaded.
Immediately performs the given action on each element in a sequence.
(Defined by LinqHelper.)
Public Extension MethodForEachKeyValuePairString, EffectBinding(ActionKeyValuePairString, EffectBinding, Int32)Overloaded.
Immediately performs the given action on each element (incorporating its index) in a sequence.
(Defined by LinqHelper.)
Public Extension MethodIndexOfKeyValuePairString, EffectBinding
Returns the index of the first element in a sequence that satisfies the specified condition.
(Defined by LinqHelper.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodICollectionKeyValuePairString, EffectBindingAdd
Explicit interface implementationPrivate methodICollectionKeyValuePairString, EffectBindingContains
Explicit interface implementationPrivate methodIDictionaryString, EffectBindingContainsKey
Explicit interface implementationPrivate methodICollectionKeyValuePairString, EffectBindingCopyTo
Explicit interface implementationPrivate methodIEnumerableKeyValuePairString, EffectBindingGetEnumerator
Returns an enumerator that iterates through the collection.
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Returns an enumerator that iterates through a collection.
Explicit interface implementationPrivate methodICollectionKeyValuePairString, EffectBindingRemove
Explicit interface implementationPrivate methodIDictionaryString, EffectBindingTryGetValue
Gets the value associated with the specified key.
Top
See Also