• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 247 项符合查询结果, 库内数据总量为 30,897 项。 (搜索耗时: 0.0038 秒)

21. [0]layaair3.0.7编译器报错,无法运行,切换画面,界面灰色,关闭不了 [ 84%]

...layaair3.0.7编译器报错,无法运行,切换画面,界面灰色,关闭不了 layaair3.0.7编译器报错,无法运行,切换画面,界面灰色,关闭不了,本来已经保存的内容,强制关闭后也会被清除 附件 : --> 20231110_151655.zip toadExp_-_副本.zip 2023-11...

来源: Laya_社区 发布时间: 20231110

22. Native1.0.1 无法连接wss [ 84%]

..."MiniAdpter"].nativefiles 在QQ小游戏中无法读取到 dialog 自定义关闭效果,效果执行完,弹窗无法关闭 [Laya2.0 3D] 2.0正式版上存在某些骨骼动画无法播放,U3D和1.7.*都没问题 使用getChildByName()无法得到子节点对象 点击代码编辑模器 就...

来源: Laya_社区 发布时间: 20180910

23. socket.sent [ 84%]

...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

24. 打包安卓如何监听app进入了后台和回到前台?进入后台关闭背景音乐 [ 84%]

打包安卓如何监听app进入了后台和回到前台?进入后台关闭背景音乐 2.6的版本 打包安卓如何监听app进入了后台和回到前台? Laya有原生的事件支持吗? 看到app进入后台后laya有这些输出信息,应该有相关事件吧?而且看到有: ...

来源: Laya_社区 发布时间: 20200618

25. websocket连接出错 [ 84%]

...数据触发函数 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

26. js socket 连接不上 [ 83%]

...数据触发函数 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

27. layaAir IDE 1.7.5 调试 chrome , 运行几十秒就关闭chrome,弹出如下提示 [ 82%]

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

28. Laya2.1.1.1/2/2.2.0关闭多点触摸后在android手机上双手6根手指不停点击出现项目崩溃问题 [ 81%]

Laya2.1.1.1/2/2.2.0关闭多点触摸后在android手机上双手6根手指不停点击出现项目崩溃问题 Laya.MouseManager.multiTouchEnabled = false; 关闭多点触摸后左右手各3根 TestGame01.zip 手指不停点击出现项目崩溃问题,不停点击1分钟内必现。上传为3D物...

来源: Laya_社区 发布时间: 20190907

29. QQ玩一玩 API 中没有 BKLaya.tools.BinaryLoader 的定义 [ 80%]

...) 请问在layaIDE里,怎么调用微信小程序API dialog 自定义关闭效果,效果执行完,弹窗无法关闭 event自定义事件的问题 写了个边缘光的自定义shader,有很多问题,帮忙看一下 layaair2.0)请问js的Laya.Event.FRAME怎么用,看api中有,但...

来源: Laya_社区 发布时间: 20180328

30. WebSocket发送与接收数据(JavaScript-LayaAir基础篇(JS)-数据与通信) [ 79%]

...的事件 Event.MESSAGE :接收到消息抛出的事件 Event.CLOSE :socket关闭抛出的事件 Event.ERROR :连接出错抛出的事件 ``` 上面这四个事件是必须的,这也是我们处理网络消息的前提。 新建一个LayaAir空项目。声明一个Socket实例,声明一个Byte...

来源: Laya2.0_文档 发布时间: 20210714