Click or drag to resize
DigitalRuneParticleParameterCollectionParticleSystem Property
Gets the particle system that owns this particle parameter collection.

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

Property Value

Type: ParticleSystem
The particle system that owns this particle parameter collection. Cannot be .
See Also