Click or drag to resize
DigitalRuneMorphWeightCollection Methods

The MorphWeightCollection type exposes the following members.

Methods
  NameDescription
Public methodClone
Creates a new MorphWeightCollection that is a clone (deep copy) of the current instance.
Public methodContains
Determines whether the MorphWeightCollection contains a morph target with the specified name.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the morph target weights.
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.)
Public methodReset
Clears the weights of all morph targets.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetValue
Gets the weight for the specified morph target.
Top
Extension Methods
  NameDescription
Public Extension MethodDoKeyValuePairString, Single(ActionKeyValuePairString, Single)Overloaded.
Performs the given action on each element in a sequence when it is enumerated.
(Defined by LinqHelper.)
Public Extension MethodDoKeyValuePairString, Single(ActionKeyValuePairString, Single, 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, Single(ActionKeyValuePairString, Single)Overloaded.
Immediately performs the given action on each element in a sequence.
(Defined by LinqHelper.)
Public Extension MethodForEachKeyValuePairString, Single(ActionKeyValuePairString, Single, Int32)Overloaded.
Immediately performs the given action on each element (incorporating its index) in a sequence.
(Defined by LinqHelper.)
Public Extension MethodIndexOfKeyValuePairString, Single
Returns the index of the first element in a sequence that satisfies the specified condition.
(Defined by LinqHelper.)
Top
Explicit Interface Implementations
See Also