| ParticleSystemClone Method |
Namespace: DigitalRune.ParticlesAssembly: DigitalRune.Particles (in DigitalRune.Particles.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public ParticleSystem Clone()
Public Function Clone As ParticleSystem
public:
ParticleSystem^ Clone()
member Clone : unit -> ParticleSystem
Return Value
Type:
ParticleSystem
A new
ParticleSystem that is a clone of the current instance.
Remarks See Also