[]timeline destroy的bug
private numTimeLine: Laya.TimeLine;
release()
{
this.numTimeLine.offAll();
this.numTimeLine.destroy();
}
我调用代码release时报错,发现core.js中先把_tweenDataList置null然后又引用了
release()
{
this.numTimeLine.offAll();
this.numTimeLine.destroy();
}
我调用代码release时报错,发现core.js中先把_tweenDataList置null然后又引用了
没有找到相关结果
已邀请:
要回复问题请先登录
1 个回复
Monica - 知识达人
赞同来自: