Function ParticlesMaterial.emissionPointCount
The number of emission points if emission_shape
is set to constant EMISSION_SHAPE_POINTS
or constant EMISSION_SHAPE_DIRECTED_POINTS
.
long emissionPointCount() nothrow @property @nogc;
void emissionPointCount
(
long v
) nothrow @property @nogc;