Click or drag to resize
DigitalRuneParticleParameterCollectionContains Method
Determines whether the collection contains a particle parameter with the given name.

Namespace: DigitalRune.Particles
Assembly: DigitalRune.Particles (in DigitalRune.Particles.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public bool Contains(
	string name
)

Parameters

name
Type: SystemString
The name of the parameter (e.g. "Color", "Position", etc.).

Return Value

Type: Boolean
if a particle parameter with the given name exists; otherwise, .
See Also