Package | Description |
---|---|
com.b3dgs.lionengine.anim |
Animation dedicated package, to handle animation computing and state.
|
com.b3dgs.lionengine.core |
Lower level classes related, close to the engine.
|
com.b3dgs.lionengine.drawable |
Classic drawable classes for a ready to use image manipulation.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Animator
Animator can play an
Animation . |
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 |
SpriteAnimated
SpriteAnimated is an extended sprite that allows to play it using
Animation . |
Copyright © 2016 Byron 3D Games Studio. All rights reserved.