Package | Description |
---|---|
tripleplay.anim | |
tripleplay.sound |
Modifier and Type | Method and Description |
---|---|
Animation.Action |
AnimBuilder.play(Playable sound)
Plays the supplied clip or loop.
|
Animation.Action |
AnimBuilder.stop(Playable sound)
Stops the supplied clip or loop.
|
Animation.One |
AnimBuilder.tweenVolume(Playable sound)
Tweens the volume of the supplied playable.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Clip
Represents a one-shot clip.
|
interface |
Loop
Represents a looped sound (i.e.
|
static interface |
MultiClip.Copy
A handle on a copy of a clip.
|
Modifier and Type | Class and Description |
---|---|
static class |
Clip.Silence
A noop clip.
|
static class |
Loop.Silence
A noop loop.
|
Copyright © 2019. All rights reserved.