Package | Description |
---|---|
com.b3dgs.lionengine.core.sequence |
Sequencing package.
|
Modifier and Type | Class and Description |
---|---|
class |
LoopExtrapolated
Locked loop with extrapolation for computing, waiting for expected frame rate.
|
class |
LoopFrameSkipping
Frame skipping loop, prioritizing update over render in order to respect the expected frame rate.
|
class |
LoopLocked
Locked loop.
|
class |
LoopUnlocked
Unlocked loop.
|
Modifier and Type | Method and Description |
---|---|
void |
Sequence.setLoop(Loop loop)
Set the loop mode used.
|
Copyright © 2017 Byron 3D Games Studio. All rights reserved.