跳转到内容

AnimatorClipMotion

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

Defined in: animation/motion.ts:30

A single authored clip, played by whichever driver owns kind.

clip: string

Defined in: animation/motion.ts:34

What to play: a registered clip name, or an asset ref the driver resolves.


kind: string

Defined in: animation/motion.ts:32

Which driver plays this. sprite and timeline ship with the engine.


optional loop?: boolean

Defined in: animation/motion.ts:36


optional speed?: number

Defined in: animation/motion.ts:35