Skip to content

format

typescript
Animation.wrapMode

class: Animation

description

The looping mode of the animation.

parameter

param_nametypedescription

reture

typedescription
WrapMode

code example

typescript
let animation = this.gameObject.GetComponent<Animation>(Animation);
let mode = animation.wrapMode;