大约有 245 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0040 秒)
..."MiniAdpter"].nativefiles 在QQ小游戏中无法读取到 dialog 自定义关闭效果,效果执行完,弹窗无法关闭 [Laya2.0 3D] 2.0正式版上存在某些骨骼动画无法播放,U3D和1.7.*都没问题 使用getChildByName()无法得到子节点对象 点击代码编辑模器 就...
来源: Laya_社区 发布时间: 20180910
...e.log(msg);;//没有写出 } private closeHandler(e: any = null): void { //关闭事件 console.log("关闭"+e); } private errorHandler(e: any = null): void { //连接出错 console.log("错误"+e); console.log(e); } onLoded():void{ // Laya.stage.addChild(obj); Laya.stage.addChild(new Btn1 ());//加...
来源: Laya_社区 发布时间: 20180210
打包安卓如何监听app进入了后台和回到前台?进入后台关闭背景音乐 2.6的版本 打包安卓如何监听app进入了后台和回到前台? Laya有原生的事件支持吗? 看到app进入后台后laya有这些输出信息,应该有相关事件吧?而且看到有: ...
来源: Laya_社区 发布时间: 20200618
...数据触发函数 this.socket.on(Laya.Event.CLOSE, this, closeHandler); //关闭事件 this.socket.on(Laya.Event.ERROR, this, errorHandler); //连接出错 function openHandler(event){ //正确建立连接 this.socket.send('foo','OOOO'); } function receiveHandler(msg){ console.log(event); //接收...
来源: Laya_社区 发布时间: 20181107
...数据触发函数 this.socket.on(Laya.Event.CLOSE, this, closeHandler); //关闭事件 this.socket.on(Laya.Event.ERROR, this, errorHandler); //连接出错 function openHandler(event){ //正确建立连接 this.socket.send('foo','OOOO'); } function receiveHandler(msg){ console.log(event); //接收...
来源: Laya_社区 发布时间: 20180509
LayaAir IDE layaAir IDE 1.7.5 调试 chrome , 运行几十秒就关闭chrome,弹出如下提示 Cannot connect to runtime process, timeout after 10000 ms - (reason: Cannot connect to the target: "port" option should be >= 0 and < 65536: 92222). 2017-06-20 添加评论 免费帖 --> 分享 ...
来源: Laya_社区 发布时间: 20170620
Laya2.1.1.1/2/2.2.0关闭多点触摸后在android手机上双手6根手指不停点击出现项目崩溃问题 Laya.MouseManager.multiTouchEnabled = false; 关闭多点触摸后左右手各3根 TestGame01.zip 手指不停点击出现项目崩溃问题,不停点击1分钟内必现。上传为3D物...
来源: Laya_社区 发布时间: 20190907
...) 请问在layaIDE里,怎么调用微信小程序API dialog 自定义关闭效果,效果执行完,弹窗无法关闭 event自定义事件的问题 写了个边缘光的自定义shader,有很多问题,帮忙看一下 layaair2.0)请问js的Laya.Event.FRAME怎么用,看api中有,但...
来源: Laya_社区 发布时间: 20180328
...的事件 Event.MESSAGE :接收到消息抛出的事件 Event.CLOSE :socket关闭抛出的事件 Event.ERROR :连接出错抛出的事件 ``` 上面这四个事件是必须的,这也是我们处理网络消息的前提。 新建一个LayaAir空项目。声明一个Socket实例,声明一个Byte...
来源: Laya2.0_文档 发布时间: 20210714
...什么? 已上传 Demo 附件 Dialog:屏蔽点击Dialog之外的区域关闭弹框 用了第三方socket类 项目在IDE上可以连接正常运行,为什么打包APK之后在手机上就连接不上socket 如何设置Sprite的宽高和点击区域? 救命!canvas定位后 点击区域偏...
来源: Laya_社区 发布时间: 20170926