Package | Description |
---|---|
com.b3dgs.lionengine | |
com.b3dgs.lionengine.drawable | |
com.b3dgs.lionengine.drawable.impl | |
com.b3dgs.lionengine.game | |
com.b3dgs.lionengine.game.platform |
Modifier and Type | Method and Description |
---|---|
Animation |
Drawable.createAnimation(int firstFrame,
int lastFrame,
float speed,
boolean reverse,
boolean repeat)
Create an Animation, which can be read by an AnimatedSprite (minimum frame is 1).
|
Modifier and Type | Method and Description |
---|---|
void |
AnimatedSprite.play(Animation animation)
Play the animated sprite with a specific animation, previously created.
|
void |
Animator.play(Animation animation)
Play an animation.
|
void |
AnimatedSprite.play(Animation animation,
float speed)
Play the animated sprite with a specific animation, previously created.
|
void |
Animator.play(Animation animation,
float speed)
Play an animation, be setting a specific speed.
|
Modifier and Type | Class and Description |
---|---|
class |
AnimationImpl |
Modifier and Type | Method and Description |
---|---|
Animation |
DrawableFactory.createAnimation(int firstFrame,
int lastFrame,
float speed,
boolean reverse,
boolean repeat) |
Modifier and Type | Method and Description |
---|---|
void |
AnimatedSpriteImpl.play(Animation animation) |
void |
AnimatorImpl.play(Animation anm) |
void |
AnimatedSpriteImpl.play(Animation animation,
float speed) |
void |
AnimatorImpl.play(Animation anm,
float speed) |
Modifier and Type | Method and Description |
---|---|
Animation |
Instruction.decodeAnim(java.lang.String line) |
Modifier and Type | Method and Description |
---|---|
Animation |
AbstractPlatformPlayer.getAnim(java.lang.String name)
Get animation data from its name.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractPlatformPlayer.play(Animation anim)
Play an animation from its name (once).
|
void |
AbstractPlatformPlayer.play(Animation anim,
float speed)
Play an animation from its name (once).
|