com.threerings.openal
Class SoundClipManager
java.lang.Object
com.threerings.openal.SoundClipManager
public class SoundClipManager
- extends Object
|
Method Summary |
void |
playSound(com.threerings.openal.Sound sound,
float gain)
Registers and plays a sound using the clip manager. |
void |
tick(float elapsed)
Updates the sounds currently played. |
SoundClipManager
public SoundClipManager(AlContext ctx)
- Creates a sound clip manager.
playSound
public void playSound(com.threerings.openal.Sound sound,
float gain)
- Registers and plays a sound using the clip manager.
tick
public void tick(float elapsed)
- Updates the sounds currently played.
Copyright © 2011. All Rights Reserved.