| ParticleSystemParent Property |
Gets the parent particle systems.
Namespace: DigitalRune.ParticlesAssembly: DigitalRune.Particles (in DigitalRune.Particles.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public ParticleSystem Parent { get; }
Public ReadOnly Property Parent As ParticleSystem
Get
public:
property ParticleSystem^ Parent {
ParticleSystem^ get ();
}
member Parent : ParticleSystem with get
Property Value
Type:
ParticleSystem
The parent particle system if this instance is the child of another particle system;
otherwise,
.
See Also