| ParticleSystemNodeParticleSystem Property |
Gets or sets the particle system.
Namespace: DigitalRune.Graphics.SceneGraphAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
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.
Exceptions See Also