-
-
Method Summary
void
boolean
boolean
playAnimation(int priority,
String animation,
double lerpIn,
double lerpOut,
double speed,
boolean force)
void
void
Methods inherited from interface com.ticxo.modelengine.api.animation.handler.AnimationHandler
forceStopAllAnimations, forceStopAnimation, getActiveModel, getAnimation, getAnimations, getDefaultProperty, hasFinishedAllAnimations, isPlayingAnimation, load, playAnimation, playAnimation, prepare, save, setDefaultProperty, stopAnimation, tickGlobal, updateBone
Methods inherited from interface com.ticxo.modelengine.api.utils.data.io.DataIO
save
-
Method Details
-
-
playAnimation
@Nullable
@Nullable IAnimationProperty playAnimation(int priority,
String animation,
double lerpIn,
double lerpOut,
double speed,
boolean force)
-
-
-
isPlayingAnimation
boolean isPlayingAnimation(int priority,
String animation)
-
stopAnimation
void stopAnimation(int priority,
String animation)
-
forceStopAnimation
void forceStopAnimation(int priority,
String animation)
-