跳转到内容

AnimatorBlend1DMotion

此内容尚不支持你的语言。

Defined in: animation/motion.ts:50

Parameter-driven selection among motions. A blend is itself a motion, so a stop may hold another blend or any other kind — the nesting is what makes a locomotion tree expressible without the graph gaining a second vocabulary.

kind: "blend1d"

Defined in: animation/motion.ts:51


parameter: string

Defined in: animation/motion.ts:53

Float parameter that drives the selection.


thresholds: AnimatorBlendStop[]

Defined in: animation/motion.ts:54