| Package | Description |
|---|---|
| com.almasb.fxgl.scene | |
| com.almasb.fxgl.scene.menu | |
| com.almasb.fxgl.service |
| Modifier and Type | Class and Description |
|---|---|
class |
FXGLMenu
This is a base class for main/game menus.
|
class |
GameScene
Represents the scene that shows game objects on the screen during "play" mode.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CCTRMenu |
class |
FXGLDefaultMenu
This is the default FXGL menu used if the users
don't provide their own.
|
class |
GTAVMenu |
| Modifier and Type | Method and Description |
|---|---|
default FXGLScene |
Display.getCurrentScene() |
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.property.ReadOnlyObjectProperty<FXGLScene> |
Display.currentSceneProperty() |
| Modifier and Type | Method and Description |
|---|---|
void |
Display.registerScene(FXGLScene scene)
Register an FXGL scene to be managed by display settings.
|
void |
Display.setScene(FXGLScene scene)
Set current FXGL scene.
|
Copyright © 2017. All rights reserved.