EffectPassBinding Methods |
The EffectPassBinding type exposes the following members.
Name | Description | |
---|---|---|
Equals(Object) |
Determines whether the specified Object is equal to this instance.
(Overrides ValueTypeEquals(Object).) | |
Equals(EffectPassBinding) |
Indicates whether the current object is equal to another object of the same type.
| |
GetEnumerator |
Returns an enumerator that iterates through all effect passes of the current effect
technique.
| |
GetHashCode |
Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Name | Description | |
---|---|---|
DoEffectPass(ActionEffectPass) | Overloaded.
Performs the given action on each element in a sequence when it is enumerated.
(Defined by LinqHelper.) | |
DoEffectPass(ActionEffectPass, Int32) | Overloaded.
Performs the given action on each element (incorporating its index) in a sequence when it is
enumerated.
(Defined by LinqHelper.) | |
ForEachEffectPass(ActionEffectPass) | Overloaded.
Immediately performs the given action on each element in a sequence.
(Defined by LinqHelper.) | |
ForEachEffectPass(ActionEffectPass, Int32) | Overloaded.
Immediately performs the given action on each element (incorporating its index) in a
sequence.
(Defined by LinqHelper.) | |
IndexOfEffectPass |
Returns the index of the first element in a sequence that satisfies the specified condition.
(Defined by LinqHelper.) |
Name | Description | |
---|---|---|
IEnumerableEffectPassGetEnumerator |
Returns an enumerator that iterates through a collection.
| |
IEnumerableGetEnumerator |
Returns an enumerator that iterates through a collection.
|