EmitterCollection Class

Project Mercury API

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

Defines a collection of Emitter objects.

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

Syntax

C#
public class EmitterCollection : List<Emitter>
Visual Basic (Declaration)
Public Class EmitterCollection _
	Inherits List(Of Emitter)
Visual C++
public ref class EmitterCollection : public List<Emitter^>

Inheritance Hierarchy

System..::.Object
  System.Collections.Generic..::.List<(Of <(Emitter>)>)
    ProjectMercury.Emitters..::.EmitterCollection
      ProjectMercury..::.ParticleEffect

See Also