ParticleParameterCollection Methods |
The ParticleParameterCollection type exposes the following members.
Name | Description | |
---|---|---|
AddUniformT |
Adds a uniform particle parameter.
| |
AddVaryingT |
Adds a varying particle parameter.
| |
Clear |
Removes all particle parameters in this collection.
| |
Contains |
Determines whether the collection contains a particle parameter with the given name.
| |
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.) | |
GetT(String) |
Gets a particle parameter with the specified type and name. (If the type is wrong an
exception is thrown.)
| |
GetT(String, Boolean) |
Gets a particle parameter with the specified type and name. (If the type is wrong an
exception is thrown.)
| |
GetEnumerator |
Returns an enumerator that iterates through the ParticleParameterCollection.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetUncheckedT(String) |
Gets a particle parameter with the specified type and name. (If the type is wrong
is returned.)
| |
GetUncheckedT(String, Boolean) |
Gets a particle parameter with the specified type and name. (If the type is wrong
is returned.)
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnChanged |
Raises the Changed event.
| |
Remove |
Removes a particle parameter.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
DoIParticleParameter(ActionIParticleParameter) | Overloaded.
Performs the given action on each element in a sequence when it is enumerated.
(Defined by LinqHelper.) | |
DoIParticleParameter(ActionIParticleParameter, Int32) | Overloaded.
Performs the given action on each element (incorporating its index) in a sequence when it is
enumerated.
(Defined by LinqHelper.) | |
ForEachIParticleParameter(ActionIParticleParameter) | Overloaded.
Immediately performs the given action on each element in a sequence.
(Defined by LinqHelper.) | |
ForEachIParticleParameter(ActionIParticleParameter, Int32) | Overloaded.
Immediately performs the given action on each element (incorporating its index) in a
sequence.
(Defined by LinqHelper.) | |
IndexOfIParticleParameter |
Returns the index of the first element in a sequence that satisfies the specified condition.
(Defined by LinqHelper.) |
Name | Description | |
---|---|---|
IEnumerableIParticleParameterGetEnumerator |
Returns an enumerator that iterates through the ParticleParameterCollection.
| |
IEnumerableGetEnumerator |
Returns an enumerator that iterates through the ParticleParameterCollection.
|