Skip to content

format

typescript
AnimationPlaySetting.applyRoot

class: AnimationPlaySetting

description

Whether to apply root motion.

parameter

param_nametypedescription

reture

typedescription
booleanWhether to apply root motion.

code example

typescript
let setting = new AnimationPlaySetting();
let root = setting.applyRoot;