peterz3g Laya.loader.load([{ url: "res/atlas/comp.json", type: Loader.ATLAS }], Handler.create(this, this.onLoaded));类似于this.onLoaded函数,还有哪些生命周期相关的回调呢。我想在UI完全加载完毕后,完成一些init操作,this.onLoaded方法中无法获取采用相对布局的控件大小信息。
peterz3g cuixueying console.log("----",this.body.getBounds(reference));"Cannot read property 'getBounds' of undefined" getBounds怎么用?