大约有 192 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0041 秒)
Laya_社区(159) Laya2.0_api(13) Laya2.0_示例(6) Laya3.0_文档(4) Laya3.0_api(4) Laya2.0_文档(3) Laya_示例(3)
... D/SupplicantHeartBeat: enter HeartAckState: msg = { when=-3ms what=999904 target=com.android.internal.util.StateMachine$SmHandler } 06-09 11:48:57.444 1040-1468/? D/SupplicantHeartBeat: processMsg: EnterSupplicantStarted 06-09 11:48:57.444 1040-1468/? D/SupplicantHeartBeat: processMsg: DefaultState...
来源: Laya_社区 发布时间: 20170609
...hrome出现错误: Error processing launch: Error Could not attach to main target layaAir TS项目如何引用protoBuf库? 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 红米K20pro 多个手指同时按下就会报这个错 object has...
来源: Laya_社区 发布时间: 20190907
...发事件我摸索出来了 onMouseDown(e){ console.log("mouseDown "+e.target.name); } onMouseUp(e){ console.log("mouseup"); } 2018-10-29 0 0 分享 微博 QZONE 微信 coder 赞同来自: 可是 https://layaair.ldc.layabox.com/api 实在没有对js有什么描述,现在两眼一片黑,全靠...
来源: Laya_社区 发布时间: 20181029
...oid.internal.os.ZygoteInit.main(ZygoteInit.java:755) Disconnected from the target VM, address: 'localhost:8613', transport: 'socket' 模拟器运行会报这个错误,但是真机是正常的,请问是什么原因呢? 附件 : --> 2017-02-16 添加评论 免费帖 --> 分享 微博 QZONE 微...
来源: Laya_社区 发布时间: 20170216
...hrome出现错误: Error processing launch: Error Could not attach to main target 用了第三方socket类 项目在IDE上可以连接正常运行,为什么打包APK之后在手机上就连接不上socket Laya mac版的IDE 是没测试就上线了吗? iphoneX环境下新手引导的抠图透明...
来源: Laya_社区 发布时间: 20180612
...idth,this.drawSp.height,"#ff0000"); } private _onclick(e:Event){ switch (e.target.name) { case this.nameArr[0]: var base64Url:string = this._canvas.toDataURL("image/png",1); this.drawImage.skin = base64Url; break; case this.nameArr[1]: var text:Texture = Laya.stage.drawToTexture(Browser.clientWidth,...
来源: Laya2.0_示例 发布时间: 20251130
...对象是scene) Laya.stage.on(Laya.Event.CLICK,this,function(e) { if(e.target.name == "scene的名字") { this.isClick = true; //如果点击的是屏幕的空白处,那么让 isClick 为真 } else { this.isClick = false; //如果点击的不是空白处,是屏幕上别的UI,让 isClick 为...
来源: Laya_社区 发布时间: 20210122
...reInfo culture) (at <df7127ba07dc446d9f5831a0ec7b1d63>:0) Rethrow as TargetInvocationException: Exception has been thrown by the target of an invocation. System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.O...
来源: Laya_社区 发布时间: 20200109
...hrome出现错误: Error processing launch: Error Could not attach to main target LayaNative在Android 11上启动闪退 循环依赖不能运行 Circular dependency: 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 用了第三方socket类...
来源: Laya_社区 发布时间: 20240401
...ources。 核心代码: private onBtnClick(e:Laya.Event):void { switch(e.target) { case this.btn1: Laya.Scene.open("ui/p1/Page1.scene", false); break; case this.btn2: Laya.Scene.close("ui/p1/Page1.scene"); break; case this.btn3: Laya.Resource.destroyUnusedResources(); break; } }问题:特定操...
来源: Laya_社区 发布时间: 20190216