Click or drag to resize
DigitalRuneParticleEffectorName Property
Gets the name of this particle effector.

Namespace: DigitalRune.Particles
Assembly: DigitalRune.Particles (in DigitalRune.Particles.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
[ContentSerializerAttribute(Optional = true)]
public string Name { get; set; }

Property Value

Type: String
The name of the particle effector. The default value is .

Implements

INamedObjectName
Exceptions
ExceptionCondition
InvalidOperationException Cannot change the name because the particle effector has already been added to a particle system.
See Also