Source:setAttenuationDistances
Available since LÖVE 0.9.0
It has been renamed from Source:setDistance.
Sets the reference and maximum attenuation distances of the Source. The parameters, combined with the current DistanceModel, affect how the Source's volume attenuates based on distance. Distance attenuation is only applicable to Sources based on mono (rather than stereo) audio.
Function
Synopsis
Source:setAttenuationDistances( ref, max )
Arguments
number ref
- The new reference attenuation distance. If the current DistanceModel is clamped, this is the minimum attenuation distance.
number max
- The new maximum attenuation distance.
Returns
Nothing.
Please login to continue.