Package | Description |
---|---|
com.b3dgs.lionengine.core |
Modifier and Type | Method and Description |
---|---|
void |
Sequence.end(Sequence nextSequence)
Terminate sequence, and set the next sequence.
|
void |
Loader.start(Sequence sequence)
Start the loader.
|
void |
Sequence.start(Sequence nextSequence,
boolean wait)
Start the next sequence, call the
load() function, and wait for current sequence to end before next
sequence continues. |