[LayaAirIDE 2.0]layaair 2.0 在构造函数中获取基类的组件,报错说未定义。
export default class GameLoading extends ui.gamoloadingUI{
constructor(){
super();
this.PB.changeHandler = new Laya.Handler(this,this.onChange);
}
}
基类中明确有PB变量,是进度条。此处构造函数中设置事件报错,说PB未定义,但是放在onEnable中是正常的,难道在执行完父类构造函数后,组件并没有初始化完成?
没有找到相关结果
已邀请:
要回复问题请先登录
1 个回复
zllang
赞同来自: