Click or drag to resize
DigitalRuneParticleSystemName Property
Gets the name of this particle system.

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 system. The default value is .

Implements

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