Click or drag to resize
DigitalRuneParticleParameterCollection Methods

The ParticleParameterCollection type exposes the following members.

Methods
  NameDescription
Public methodAddUniformT
Adds a uniform particle parameter.
Public methodAddVaryingT
Adds a varying particle parameter.
Public methodClear
Removes all particle parameters in this collection.
Public methodContains
Determines whether the collection contains a particle parameter with the given name.
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 methodGetT(String)
Gets a particle parameter with the specified type and name. (If the type is wrong an exception is thrown.)
Public methodGetT(String, Boolean)
Gets a particle parameter with the specified type and name. (If the type is wrong an exception is thrown.)
Public methodGetEnumerator
Returns an enumerator that iterates through the ParticleParameterCollection.
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 methodGetUncheckedT(String)
Gets a particle parameter with the specified type and name. (If the type is wrong is returned.)
Public methodGetUncheckedT(String, Boolean)
Gets a particle parameter with the specified type and name. (If the type is wrong is returned.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnChanged
Raises the Changed event.
Public methodRemove
Removes a particle parameter.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodDoIParticleParameter(ActionIParticleParameter)Overloaded.
Performs the given action on each element in a sequence when it is enumerated.
(Defined by LinqHelper.)
Public Extension MethodDoIParticleParameter(ActionIParticleParameter, Int32)Overloaded.
Performs the given action on each element (incorporating its index) in a sequence when it is enumerated.
(Defined by LinqHelper.)
Public Extension MethodForEachIParticleParameter(ActionIParticleParameter)Overloaded.
Immediately performs the given action on each element in a sequence.
(Defined by LinqHelper.)
Public Extension MethodForEachIParticleParameter(ActionIParticleParameter, Int32)Overloaded.
Immediately performs the given action on each element (incorporating its index) in a sequence.
(Defined by LinqHelper.)
Public Extension MethodIndexOfIParticleParameter
Returns the index of the first element in a sequence that satisfies the specified condition.
(Defined by LinqHelper.)
Top
Explicit Interface Implementations
See Also