Click or drag to resize
DigitalRuneParticleParameterCollectionRemove Method
Removes a particle parameter.

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

Parameters

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

Return Value

Type: Boolean
if a particle parameter was found and removed; otherwise, if no particle parameter with the given name was found.
See Also