Package | Description |
---|---|
com.b3dgs.lionengine.core.sequence |
Sequencing package.
|
com.b3dgs.lionengine.graphic |
Graphic basic dedicated package.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Sequencable
Represents something that can be sequencable, updated at a specified rate.
|
Modifier and Type | Class and Description |
---|---|
class |
Sequence
Sequence class is used for each derived sequence, such as Introduction, Menu, Scene...
|
Modifier and Type | Interface and Description |
---|---|
interface |
Image
It allows images loading and rendering.
|
interface |
Sprite
Sprites work like images, but support modifications, such as scaling and filtering.
|
interface |
SpriteAnimated
SpriteAnimated is an extended sprite that allows to play it using
Animation . |
interface |
SpriteFont
SpriteFont is an extended sprite that allows to handle a font based on an image.
|
interface |
SpriteTiled
Tiled sprite are mainly used for tile based levels.
|
interface |
Text
The text allows to render any
String on screen, at a specified location, using a specified font. |
Copyright © 2017 Byron 3D Games Studio. All rights reserved.