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