PolygonEmitter Class

Project Mercury API

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

Emits particles in the shape of a polygon defined with the Points property.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  ProjectMercury.Emitters..::.Emitter
    ProjectMercury.Emitters..::.PolygonEmitter

See Also