ActiveParticlesCount Property

Project Mercury API

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

Gets the number of Particles which are currently active.

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

Syntax

C#
public int ActiveParticlesCount { get; }
Visual Basic (Declaration)
Public ReadOnly Property ActiveParticlesCount As Integer
Visual C++
public:
property int ActiveParticlesCount {
	int get ();
}

See Also