English
Appearance
Animation.wrapMode
Animation
The looping mode of the animation.
WrapMode
let animation = this.gameObject.GetComponent<Animation>(Animation); let mode = animation.wrapMode;