playAnimation

public boolean playAnimation(String animationName, boolean blendAnimation, boolean loop)

Plays an animation as set by the string name.

Return

Whether the animation successfully started playing.

Parameters

animationName

Name of the animation - case-sensitive

blendAnimation

If the animation should blend. If set to false, the animation passed will stop other animations. If set to true, the animation will be mixed with any currently ongoing animations