luxe: system/sound.modifier
import "luxe: system/sound.modifier" for Datano docs found
Variables
Section titled “Variables”var source : Asset = nullvar bus : Asset = nullvar volume : Num = -1var pan : Num = 0var pitch : Num = 1var looping : Bool = falsevar world_space : Bool = falsevar debug_draw : Bool = truevar attenuation : SoundAttenuation = SoundAttenuation.nonevar range : Float2 = [1, 10]var rolloff : Num = 1var simulate_doppler : Bool = falsevar doppler_factor : Num = 1import "luxe: system/sound.modifier" for Soundno docs found
SoundAttenuation
Section titled “SoundAttenuation”import "luxe: system/sound.modifier" for SoundAttenuationno docs found
SoundAttenuation.none
Section titled “SoundAttenuation.none”SoundAttenuation.none : unknownno docs found
SoundAttenuation.inverse_distance
Section titled “SoundAttenuation.inverse_distance”SoundAttenuation.inverse_distance : unknownno docs found
SoundAttenuation.linear_distance
Section titled “SoundAttenuation.linear_distance”SoundAttenuation.linear_distance : unknownno docs found
SoundAttenuation.exponential_distance
Section titled “SoundAttenuation.exponential_distance”SoundAttenuation.exponential_distance : unknownno docs found
System
Section titled “System”import "luxe: system/sound.modifier" for Systemno docs found
Variables
Section titled “Variables”var draw : Draw = nullvar style : null = PathStyle.newvar last_pos : Map = {}System.new(.)
Section titled “System.new(.)”System.new(world : World) : Systemno docs found
System.init(.)
Section titled “System.init(.)”System.init(world : World) : unknownno docs found
System.editor_init(.)
Section titled “System.editor_init(.)”System.editor_init(world : World) : unknownno docs found
System.attach(..)
Section titled “System.attach(..)”System.attach(entity : Entity, data : Data) : unknownno docs found
System.detach(..)
Section titled “System.detach(..)”System.detach(entity : Entity, data : Data) : unknownno docs found
System.get_attenuation(.)
Section titled “System.get_attenuation(.)”System.get_attenuation(attn : SoundAttenuation) : AudioAttenuationno docs found
System.tick(.)
Section titled “System.tick(.)”System.tick(delta : Num) : unknownno docs found
System.draw(..)
Section titled “System.draw(..)”System.draw(entity : Entity, data : Data) : unknownno docs found
System.editor_change(..)
Section titled “System.editor_change(..)”System.editor_change(entity : Entity, change : ModifierChange) : unknownno docs found
System.editor_tick(.)
Section titled “System.editor_tick(.)”System.editor_tick(delta : Num) : unknownno docs found