Click or drag to resize
DigitalRuneParticleSystemChildren Property
Gets or sets the collection of child particle systems.

Namespace: DigitalRune.Particles
Assembly: DigitalRune.Particles (in DigitalRune.Particles.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
[ContentSerializerIgnoreAttribute]
public ParticleSystemCollection Children { get; set; }

Property Value

Type: ParticleSystemCollection
The collection of child particle systems. The default value is .
See Also