AnimationState.wrapModevar wrapMode : WrapModeDescriptionWrapping mode of the animation. By default wrapMode is initialized to the value set in the Animation component's wrap mode.
JavaScript
// Set the wrap mode of the walk animation to loop using UnityEngine; import UnityEngine |
