Package | Description |
---|---|
com.b3dgs.lionengine.anim |
Animation dedicated package, to handle animation computing and state.
|
Modifier and Type | Method and Description |
---|---|
static Animation |
Anim.createAnimation(String name,
int firstFrame,
int lastFrame,
double speed,
boolean reverse,
boolean repeat)
Create an animation, which can be played by an
Animator . |
Modifier and Type | Method and Description |
---|---|
void |
Animator.play(Animation animation)
Play the animation.
|
Copyright © 2016 Byron 3D Games Studio. All rights reserved.