format
typescript
AnimationPlaySetting.wrapModeclass: AnimationPlaySetting
description
How to handle time beyond the clip playback range.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
WrapMode | How to handle time beyond the clip playback range. |
code example
typescript
let setting = new AnimationPlaySetting();
let mode = setting.wrapMode;