Package | Description |
---|---|
com.b3dgs.lionengine.core |
Lower level classes related, close to the engine.
|
Modifier and Type | Field and Description |
---|---|
protected Config |
ScreenBase.config
Configuration reference.
|
Modifier and Type | Method and Description |
---|---|
Config |
Sequence.getConfig() |
Config |
Sequencable.getConfig()
Get the configuration.
|
Config |
ScreenBase.getConfig() |
Config |
Context.getConfig()
Get the config.
|
Modifier and Type | Method and Description |
---|---|
static Screen |
Graphics.createScreen(Config config)
Create a screen.
|
Screen |
FactoryGraphic.createScreen(Config config)
Create a screen.
|
TaskFuture |
Loader.start(Config config,
Class<? extends Sequencable> sequenceClass,
Object... arguments)
Start the loader with an initial sequence.
|
Constructor and Description |
---|
ScreenBase(Config config,
long readyTimeout)
Create the screen.
|
Copyright © 2016 Byron 3D Games Studio. All rights reserved.