Package | Description |
---|---|
com.b3dgs.lionengine.core |
Lower level classes related, close to the engine.
|
Modifier and Type | Class and Description |
---|---|
class |
Sequence
Sequence class is used for each derived sequence, such as Introduction, Menu, Scene...
|
Modifier and Type | Method and Description |
---|---|
Sequencable |
Sequence.getNextSequence() |
Sequencable |
Sequencable.getNextSequence()
Get the next sequence depending of the
end() or end(Class, Object...) call. |
Modifier and Type | Method and Description |
---|---|
static Sequence |
UtilSequence.create(Class<? extends Sequencable> nextSequence,
Context context,
Object... arguments)
Create a sequence from its class.
|
void |
Sequence.end(Class<? extends Sequencable> nextSequenceClass,
Object... arguments) |
void |
Sequencable.end(Class<? extends Sequencable> nextSequenceClass,
Object... arguments)
Terminate sequence, and set the next sequence.
|
TaskFuture |
Loader.start(Config config,
Class<? extends Sequencable> sequenceClass,
Object... arguments)
Start the loader with an initial sequence.
|
Copyright © 2016 Byron 3D Games Studio. All rights reserved.