Uses of Class
org.xjge.core.Sound
Package | Description |
---|---|
org.xjge.core |
Contains various classes, objects, and utilities many of which are essential
to the function of the engine.
|
-
Uses of Sound in org.xjge.core
Methods in org.xjge.core with parameters of type Sound Modifier and Type Method Description static int
Audio. playSound(Sound sound, org.joml.Vector3f position, boolean loop)
Emits aSound
from some specified position in the game world.