| ParticleSystemService Property |
Gets the particle system service.
Namespace: DigitalRune.ParticlesAssembly: DigitalRune.Particles (in DigitalRune.Particles.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public IParticleSystemService Service { get; }
Public ReadOnly Property Service As IParticleSystemService
Get
public:
property IParticleSystemService^ Service {
IParticleSystemService^ get ();
}
member Service : IParticleSystemService with 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