| Package | Description |
|---|---|
| com.almasb.fxgl.service | |
| com.almasb.fxgl.settings |
| Modifier and Type | Field and Description |
|---|---|
static ServiceType<DialogFactory> |
ServiceType.DIALOG_FACTORY |
static ServiceType<Display> |
ServiceType.DISPLAY |
static ServiceType<ExceptionHandler> |
ServiceType.EXCEPTION_HANDLER |
static ServiceType<Executor> |
ServiceType.EXECUTOR |
static ServiceType<Net> |
ServiceType.NET |
static ServiceType<NotificationService> |
ServiceType.NOTIFICATION_SERVICE |
static ServiceType<SceneFactory> |
ServiceType.SCENE_FACTORY |
static ServiceType<UIFactory> |
ServiceType.UI_FACTORY |
| Modifier and Type | Field and Description |
|---|---|
protected List<ServiceType<?>> |
ReadOnlyGameSettings.services |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceType<?>> |
ReadOnlyGameSettings.getServices() |
| Modifier and Type | Method and Description |
|---|---|
void |
GameSettings.addServiceType(ServiceType<?> serviceType)
Register a custom service with FXGL.
|
Copyright © 2017. All rights reserved.