Uses of Interface
com.blackrook.gloop.openal.util.system.SoundRolloffFunction
Packages that use SoundRolloffFunction
-
Uses of SoundRolloffFunction in com.blackrook.gloop.openal.util.system
Fields in com.blackrook.gloop.openal.util.system declared as SoundRolloffFunctionModifier and TypeFieldDescriptionstatic final SoundRolloffFunctionSoundRolloffFunction.COSINECosine attenuation.static final SoundRolloffFunctionSoundRolloffFunction.LINEARLinear attenuation.static final SoundRolloffFunctionSoundRolloffFunction.NONENo attenuation.static final SoundRolloffFunctionSoundRolloffFunction.SQUAREDSquared attenuation.Methods in com.blackrook.gloop.openal.util.system that return SoundRolloffFunctionMethods in com.blackrook.gloop.openal.util.system with parameters of type SoundRolloffFunctionModifier and TypeMethodDescriptionstatic SoundRolloffTypeSoundSystem.rolloff(float minDistance, float maxDistance, SoundRolloffFunction rolloffFunction) Creates a new rolloff type instance.