set Base Animation Set
fun setBaseAnimationSet(readyAnim: Int, turnAnim: Int, walkAnim: Int, walkAnimBack: Int, walkAnimLeft: Int, walkAnimRight: Int, runAnim: Int)
Sets the base animations of this avatar.
Parameters
ready Anim
the animation used when the avatar is standing still.
turn Anim
the animation used when the avatar is turning on-spot without movement.
walk Anim
the animation used when the avatar is walking forward.
walk Anim Back
the animation used when the avatar is walking backwards.
walk Anim Left
the animation used when the avatar is walking to the left.
walk Anim Right
the animation used when the avatar is walking to the right.
run Anim
the animation used when the avatar is running.