Class AnimationsPlayer
java.lang.Object
gaiasky.util.gdx.model.gltf.scene3d.animation.AnimationsPlayer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addAnimation
(IntAnimationController.AnimationDesc animation) void
addAnimations
(com.badlogic.gdx.utils.Array<IntAnimationController.AnimationDesc> animations) void
void
loopAll()
void
playAll()
void
playAll
(boolean loop) void
removeAnimation
(IntAnimation animation) void
stopAll()
void
update
(float delta)
-
Constructor Details
-
AnimationsPlayer
-
-
Method Details
-
addAnimations
public void addAnimations(com.badlogic.gdx.utils.Array<IntAnimationController.AnimationDesc> animations) -
addAnimation
-
removeAnimation
-
clearAnimations
public void clearAnimations() -
playAll
public void playAll() -
loopAll
public void loopAll() -
playAll
public void playAll(boolean loop) -
stopAll
public void stopAll() -
update
public void update(float delta)
-