Click or drag to resize
DigitalRuneParticleEffectorParticleSystem Property
Gets or sets the particle system.

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

Property Value

Type: ParticleSystem
The particle system that owns this particle effector.
Remarks
This property is automatically set when the effector is added to a particle system (see property Effectors).
See Also