| ParticleParameterCollectionRemove Method |
Removes a particle parameter.
Namespace: DigitalRune.ParticlesAssembly: DigitalRune.Particles (in DigitalRune.Particles.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public bool Remove(
string name
)
Public Function Remove (
name As String
) As Boolean
public:
bool Remove(
String^ name
)
member Remove :
name : string -> bool
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