| IParticleSystemServiceParticleSystems Property |
Gets the particle systems.
Namespace: DigitalRune.ParticlesAssembly: DigitalRune.Particles (in DigitalRune.Particles.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax ParticleSystemCollection ParticleSystems { get; }
ReadOnly Property ParticleSystems As ParticleSystemCollection
Get
property ParticleSystemCollection^ ParticleSystems {
ParticleSystemCollection^ get ();
}
abstract ParticleSystems : ParticleSystemCollection with get
Property Value
Type:
ParticleSystemCollectionThe particle systems.
See Also