format
typescript
AnimationPlaySetting.applyRootclass: AnimationPlaySetting
description
Whether to apply root motion.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
boolean | Whether to apply root motion. |
code example
typescript
let setting = new AnimationPlaySetting();
let root = setting.applyRoot;