Click or drag to resize
DigitalRuneParticleSystemParent Property
Gets the parent particle systems.

Namespace: DigitalRune.Particles
Assembly: DigitalRune.Particles (in DigitalRune.Particles.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public ParticleSystem Parent { get; }

Property Value

Type: ParticleSystem
The parent particle system if this instance is the child of another particle system; otherwise, .
See Also