[]Laya.loader.load怎么停止回调

this._load = Laya.loader.load(this._data.url, Laya.Handler.create(this, this.loadComplete), null, Laya.Loader.ATLAS);

如果我想在加载的过程中 不去触发 loadComplete方法 我该怎么办?
this._load.off(Laya.Event.COMPLETE, this, this.loadComplete); 这个是没用的
已邀请:

Monica - 知识达人

赞同来自:

没有你说的停止回调方法,你可以不写回调函数。(这样你也就不知道资源什么时候加载完成了!)
 
只有在加载完成的时候才会走loadComplete函数,加载过程中不会走这个函数的

要回复问题请先

商务合作
商务合作