Uses of Class
org.collebol.client.audio.SoundPlayer.ModifySound
Packages that use SoundPlayer.ModifySound
-
Uses of SoundPlayer.ModifySound in org.collebol.client.audio
Methods in org.collebol.client.audio that return SoundPlayer.ModifySoundModifier and TypeMethodDescriptionSoundPlayer.ModifySound.pitch(float pitch) SoundPlayer.ModifySound.refDistance(float distance) SoundPlayer.ModifySound.rollOffFactor(float factor) SoundPlayer.ModifySound.volume(float volume) Methods in org.collebol.client.audio with parameters of type SoundPlayer.ModifySoundModifier and TypeMethodDescriptionvoidSoundPlayer.playModifiedSound(SoundPlayer.ModifySound sound) Play a modified sound with custom properties to an already existing sound.voidSoundPlayer.playModifiedSound(SoundPlayer.ModifySound sound, Vector2D listenerPosition) Play a modified sound with custom properties to an already existing sound.