Animation.wrapModevar wrapMode : WrapModeDescriptionHow should time beyond the playback range of the clip be treated? WrapMode.Default: Read's the wrap mode from the clip (default for a clip is Once).
JavaScript
// Make the animation loop using UnityEngine; import UnityEngine |
