Function CPUParticles2D.fractDelta
If true
, results in fractional delta calculation which has a smoother particles display effect.
bool fractDelta() nothrow @property @nogc;
void fractDelta
(
bool v
) nothrow @property @nogc;