ActiveParticlesCount Property

Project Mercury API

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

Gets the total number of active Particles in the ParticleEffect.

Namespace:  ProjectMercury
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