DeepCopy Method

Project Mercury API

[This is preliminary documentation and is subject to change.]

Returns a deep copy of the ParticleEffect.

Namespace:  ProjectMercury
Assembly:  ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0

Syntax

C#
public virtual ParticleEffect DeepCopy()
Visual Basic (Declaration)
Public Overridable Function DeepCopy As ParticleEffect
Visual C++
public:
virtual ParticleEffect^ DeepCopy()

Return Value

[Missing <returns> documentation for "M:ProjectMercury.ParticleEffect.DeepCopy"]

See Also