我尝试使用以下代码添加插件
import { Tween, Ease } from '@createjs/tweenjs';
import MotionGuidePlugin from '@createjs/tweenjs/src/plugins/MotionGuidePlugin';
const tween = Tween.get(this.mySprite, { override: true, pluginData: 'MotionGuide' })
它无法正常工作。