Function AudioStreamPlayer3D.maxDistance

Sets the distance from which the outOfRangeMode takes effect. Has no effect if set to 0.

double maxDistance() nothrow @property @nogc;

void maxDistance (
  double v
) nothrow @property @nogc;