Skip to content

format

typescript
AnimationPlaySetting.wrapMode

class: AnimationPlaySetting

description

How to handle time beyond the clip playback range.

parameter

param_nametypedescription

reture

typedescription
WrapModeHow to handle time beyond the clip playback range.

code example

typescript
let setting = new AnimationPlaySetting();
let mode = setting.wrapMode;