Function AudioStreamPlayer2D.attenuation
Dampens audio over distance with this as an exponent.
double attenuation() nothrow @property @nogc;
void attenuation
(
double v
) nothrow @property @nogc;
Dampens audio over distance with this as an exponent.
double attenuation() nothrow @property @nogc;
void attenuation
(
double v
) nothrow @property @nogc;