guansss / pixi-live2d-display

A PixiJS plugin to display Live2D models of any kind.
https://guansss.github.io/pixi-live2d-display/
MIT License
898 stars 137 forks source link

autoInteract: false后,调用motion无效 #100

Closed lookdczar closed 1 year ago

lookdczar commented 1 year ago

在设置{ autoInteract: false }取消默认的鼠标跟踪后,想要通过代码播放motion,但发现播放无效,是需要设置什么么?

Live2DModel.from(path, { autoInteract: false })

model.motion("XXX"); 无效

lookdczar commented 1 year ago

document.getElementById("canvas").addEventListener('pointerdown', (event) => model.tap(event.clientX, event.clientY));

虽然on回调了,但确实需要设置这个