Modifier and Type | Method and Description |
---|---|
static Sound |
Assets.getSound(java.lang.String name)
Returns the Sound in the list of Sounds under the specified name, or null
if there is none.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
Assets.add(java.lang.String name,
Sound sound)
Adds the specified Sound to the list of Sounds under the specified name.
|