Sound.maxdistance
readwrite |
Get or set the maximum distance for attentation calculation. This property default value is set to 3.4028234663853e+38
Example
--! luart-extensions
import audio
local console = require "console"
local sound = audio.Sound("music.mp3")
print(sound.maxdistance)