| Package | Description |
|---|---|
| com.almasb.fxgl.audio | |
| com.almasb.fxgl.gameplay | |
| com.almasb.fxgl.input | |
| com.almasb.fxgl.texture | |
| com.almasb.fxgl.time |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AudioPlayer
General audio player service that supports playback of sound and music objects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GameWorld
Represents pure logical state of game.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Input
Allows input data queries as well as action bindings.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnimatedTexture
Represents an animated texture.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MasterTimer.addUpdateListener(UpdateEventListener listener)
Adds update event listener.
|
void |
MasterTimer.removeUpdateListener(UpdateEventListener listener)
Removes update event listener.
|
Copyright © 2016. All rights reserved.