| Modifier and Type | Class and Description |
|---|---|
static class |
Sound.Error
Represents a sound that failed to load.
|
class |
SoundImpl<I>
An implementation detail.
|
| Modifier and Type | Field and Description |
|---|---|
RFuture<Sound> |
Sound.state
Reports the asynchronous loading of this sound.
|
| Modifier and Type | Method and Description |
|---|---|
Sound |
Assets.getMusic(java.lang.String path)
Asynchronously loads and returns a music resource.
|
abstract Sound |
Assets.getSound(java.lang.String path)
Asynchronously loads and returns a short sound effect.
|
Copyright © 2018. All Rights Reserved.