Interface | Description |
---|---|
Frame |
Represents a frame instant, which has to be updated and rendered.
|
Loop |
Represents the loop interface, aimed to update and render frame on screen.
|
ResolutionChanger |
Allows to change resolution.
|
Sequencable |
Represents something that can be sequencable, updated at a specified rate.
|
Sequencer |
Represents something that can control the end of a sequence.
|
TaskFuture |
Represents a task executed asynchronously.
|
Class | Description |
---|---|
Loader |
Routine starter, need to be called only one time with the first
Sequence to start, by using
Loader.start(Config, Class, Object...) . |
LoopExtrapolated |
Locked loop with extrapolation for computing, waiting for expected frame rate.
|
LoopFrameSkipping |
Frame skipping loop, prioritizing update over render in order to respect the expected frame rate.
|
LoopLocked |
Locked loop.
|
LoopUnlocked |
Unlocked loop.
|
Sequence |
Sequence class is used for each derived sequence, such as Introduction, Menu, Scene...
|
UtilSequence |
Utilities related to sequence.
|
Copyright © 2017 Byron 3D Games Studio. All rights reserved.