Click or drag to resize
DigitalRuneParticleSystemService Property
Gets the particle system service.

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

Property Value

Type: IParticleSystemService
The particle system service if this instance or the Parent particle system was added to a particle system service; otherwise, .
See Also