Package | Description |
---|---|
com.b3dgs.lionengine.core |
Lower level classes related, close to the engine.
|
Modifier and Type | Method and Description |
---|---|
Resolution |
Config.getOutput()
Get the resolution output.
|
Resolution |
Config.getSource()
Get the resolution source.
|
Modifier and Type | Method and Description |
---|---|
void |
Screen.onSourceChanged(Resolution source)
Call when resolution source has been changed.
|
void |
Sequence.setResolution(Resolution newSource) |
void |
Sequencable.setResolution(Resolution newSource)
Set the new resolution used by the sequence.
|
void |
Config.setSource(Resolution source)
Set the resolution source.
|
Constructor and Description |
---|
Config(Resolution output,
int depth,
boolean windowed)
Create a configuration.
|
Config(Resolution output,
int depth,
boolean windowed,
Media icon)
Create a configuration.
|
Sequence(Context context,
Resolution resolution)
Constructor base.
|
Copyright © 2016 Byron 3D Games Studio. All rights reserved.