ParticleEffect Class

Project Mercury API

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

Defines the root of a particle effect hierarchy.

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

Syntax

C#
public class ParticleEffect : EmitterCollection
Visual Basic (Declaration)
Public Class ParticleEffect _
	Inherits EmitterCollection
Visual C++
public ref class ParticleEffect : public EmitterCollection

Inheritance Hierarchy

See Also