RectEmitter Class

Project Mercury API

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

Defines an Emitter which releases particles in a rectangle shape.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  ProjectMercury.Emitters..::.Emitter
    ProjectMercury.Emitters..::.RectEmitter

See Also