Package | Description |
---|---|
com.b3dgs.lionengine.core |
Lower level classes related, close to the engine.
|
Modifier and Type | Class and Description |
---|---|
class |
ScreenBase
Screen base implementation.
|
Modifier and Type | Method and Description |
---|---|
static Screen |
Graphics.createScreen(Config config)
Create a screen.
|
Screen |
FactoryGraphic.createScreen(Config config)
Create a screen.
|
Modifier and Type | Method and Description |
---|---|
void |
Sequence.start(Screen screen) |
void |
Sequencable.start(Screen screen)
Start sequence.
|
void |
LoopUnlocked.start(Screen screen,
com.b3dgs.lionengine.core.Frame frame) |
void |
LoopLocked.start(Screen screen,
com.b3dgs.lionengine.core.Frame frame) |
void |
LoopFrameSkipping.start(Screen screen,
com.b3dgs.lionengine.core.Frame frame) |
void |
LoopExtrapolated.start(Screen screen,
com.b3dgs.lionengine.core.Frame frame) |
void |
Loop.start(Screen screen,
com.b3dgs.lionengine.core.Frame frame)
Start the loop.
|
Copyright © 2016 Byron 3D Games Studio. All rights reserved.