cmd1115 运行环境spine-ts,请问我 this.spineapp = new spine.SpineCanvas(canvasSpine, { pathPrefix: "/assets/", app: new AppSpine(this.props.parts, this.props.anim, this.props.color, this.props.type), webglConfig: { alpha: false } }) 后,怎样再改变app里面spine动画和部件的参数?
Mario 根据您的“AppSpine”代码,您可以访问“骨架”。 它具有设置动画和皮肤的方法。 Based on your code for AppSpine, you have acces to the skeleton. That has methods to set animations and skins.