cocos creator 資源加載函數(shù) resources.load 注意該函數(shù)為異步
const animationComponent = i.addComponent(Animation); if(animationComponent){ const component = animationComponent.getComponent(Animation); if(component){ resources.load("Animation/toRight", AnimationClip, (err, clip) => { component.addClip(clip, "toRight"); component.play("toRight"); }); } }
注意調(diào)用
文章后續(xù)修改

浙公網(wǎng)安備 33010602011771號(hào)