大约有 4 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0014 秒)
...e的对像也统计进去了,网页端就没有问题 Ignored attempt to cancel a touchmove event with cancelable=false Ignored attempt to cancel a touchmove event with cancelable=false state.clip.islooping = false;无法再次播放动画。 islooping的false和true的切换 Quick Compile: false ...
来源: Laya_社区 发布时间: 20170319
...法错误? 我有个InputTxtDialog, 内部有两个按钮,confirm, cancel, 在InputTxtDialog 类里面cancel_btn.on(Event.CLICK, this, this.onCancel));没有反映,但是在调用InputTxtDialog的地方InputTxtDialog.cancel_btn.on(Event.CLICK, this, this.onCancel));是没有问题的,...
来源: Laya_社区 发布时间: 20180907
...ane.on("click_start_gen", this.startGen, this); this.contentPane.on("click_cancel_gen", () => { this.hide(); }, this); // 获取配置创建的组件 todo } protected onHide() { super.onHide(); this.contentPane.offAllCaller(this); } private startGen(): void { // todo } } class SplitAtlasSetting {...
来源: Laya_社区 发布时间: 20250731
...s._regMode(); } else { this._forgetMode(); } // 添加取消事件 this.lb_cancel.on(Laya.Event.CLICK, this, () => { // 返回登陆页 Laya.Scene.open("Auth.scene"); }); // 遍历数组添加事件 this._arrInput.forEach((element, index) => { element.on(Laya.Event.FOCUS, this, this._onInputEv...
来源: Laya_社区 发布时间: 20200410