| Package | Description |
|---|---|
| org.achtern.AchternEngine.core.audio.openal.trigger | |
| org.achtern.AchternEngine.core.scenegraph.entity |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyboardAudioTrigger
This will play, pause and stop AudioSources based on keyboard presses.
|
class |
PlayAudioTrigger
The PlayAudioTrigger returns
AudioSourceState.PLAYING all the time. |
class |
ProximityAudioTrigger
This will play AudioSources if they are in proximity to the given Node.
|
| Modifier and Type | Field and Description |
|---|---|
protected AudioTrigger |
AudioEmitter.trigger |
| Modifier and Type | Method and Description |
|---|---|
AudioTrigger |
AudioEmitter.getTrigger() |
| Modifier and Type | Method and Description |
|---|---|
void |
AudioEmitter.setTrigger(AudioTrigger trigger) |
Copyright © 2015. All rights reserved.