| ParticleSystemExceptionParticleSystem Property |
Gets or sets the particle system that caused the exception.
Namespace: DigitalRune.ParticlesAssembly: DigitalRune.Particles (in DigitalRune.Particles.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public ParticleSystem ParticleSystem { get; set; }
Public Property ParticleSystem As ParticleSystem
Get
Set
public:
property ParticleSystem^ ParticleSystem {
ParticleSystem^ get ();
void set (ParticleSystem^ value);
}
member ParticleSystem : ParticleSystem with get, set
Property Value
Type:
ParticleSystemThe particle system that caused the exception.
See Also