Function ParticlesMaterial.emissionSphereRadius
The sphere's radius if emission_shape
is set to constant EMISSION_SHAPE_SPHERE
.
double emissionSphereRadius() nothrow @property @nogc;
void emissionSphereRadius
(
double v
) nothrow @property @nogc;