Function CPUParticles2D.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;