setBaseAnimationSet

fun setBaseAnimationSet(readyAnim: Int, turnAnim: Int, walkAnim: Int, walkAnimBack: Int, walkAnimLeft: Int, walkAnimRight: Int, runAnim: Int)

Sets the base animations of this avatar.

Parameters

readyAnim

the animation used when the avatar is standing still.

turnAnim

the animation used when the avatar is turning on-spot without movement.

walkAnim

the animation used when the avatar is walking forward.

walkAnimBack

the animation used when the avatar is walking backwards.

walkAnimLeft

the animation used when the avatar is walking to the left.

walkAnimRight

the animation used when the avatar is walking to the right.

runAnim

the animation used when the avatar is running.