大约有 541 项符合查询结果, 库内数据总量为 30,938 项。 (搜索耗时: 0.0049 秒)
Laya_社区(459) Laya2.0_文档(36) Laya3.0_文档(19) Laya2.0_api(10) laya_api(8) Laya3.0_api(7) Laya2.0_示例(1) Laya_示例(1)
...来自: 186*****554 https://developers.weixin.qq.com/minigame/dev/tutorial/open-ability/share.html 可以查看一下小游戏文档, 这个调用分享的时候 小游戏是一直在运行的。只能停止渲染,但游戏本身还是在运行的。 2018-05-23 1 0 分享 微博 QZONE 微信 ...
来源: Laya_社区 发布时间: 20180517
...or:Cannot set property 'y' of null"的解决方案 Dialog关闭时如何向open他的页面传值? 请教一个关于laya2.5d项目美术规范的问题哈 如何获取一个3D模型的长宽高? 移植了一个游戏 代码重新 写的 一个3D正方体模型,想给它六个面贴不同的...
来源: Laya_社区 发布时间: 20180102
...is.socket.connectByUrl("ws://45.78.**.**:3000"); this.socket.on(Laya.Event.OPEN, this, openHandler); this.socket.on(Laya.Event.MESSAGE, this, receiveHandler); this.socket.on(Laya.Event.CLOSE, this, closeHandler); this.socket.on(Laya.Event.ERROR, this, errorHandler); function openHandler(event){ //...
来源: Laya_社区 发布时间: 20180125
...的OWER:"+this.owner.name.slice(12,13) + ""); Laya.Scene.open("test/PuzzleScene"+this.owner.name.slice(12,13)+".scene",true,null,null,null); 附件 : --> PUZZLEORG1-2.zip PUZZLEORG1-1.zip 2020-11-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已...
来源: Laya_社区 发布时间: 20201115
【教程】2.0微信开放数据域展示组件的使用,WXOpenDataViewer,子域,排行榜 过程懒得写了 ,自己看源码。微信项目在主域项目的发布目录。子域界面发布模式选内嵌模式。 PS:子域我只能用new ui界面,才不会出现wx.getFilexxxx...
来源: Laya_社区 发布时间: 20190307
...定的场景 GameConfig.startScene && Laya.Scene.open(GameConfig.startScene); Laya.timer.once(1000, this, this.a) } private a () { let a:Sprite = Laya.stage.getChildAt(0).getChildAt(0).getChil...
来源: Laya_社区 发布时间: 20200813
...意来袭 iphone自带浏览器页面怎么锁定 Dialog关闭时如何向open他的页面传值? 大量sprite如何优化性能 播放背景音乐的问题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() [引擎优化]希望官方可以增加stencil功能 打包出来...
来源: Laya_社区 发布时间: 20180521
..., 如果响应头还没被接受,或该响应头不存在,则返回null。 open() 初始化一个请求. send() 发送请求. 如果该请求是异步模式(默认),该方法会立刻返回。 相反,如果请求是同步模式,则直到请求的响应完全接受以后,该方法才会返回...
来源: Laya3.0_文档 发布时间: 20250104
...ystem: npm ERR! node install.js npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs electron npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls electron npm ERR! There is likely additional logging output above. npm ERR...
来源: Laya_社区 发布时间: 20171124
...8"); // this.socket.connect("10.10.1.103",8888); this.socket.on(Laya.Event.OPEN, this, openHandler); //建立连接 this.socket.on(Laya.Event.MESSAGE, this, receiveHandler); //接收到数据触发函数 this.socket.on(Laya.Event.CLOSE, this, closeHandler); //关闭事件 this.socket.on(Laya.Event.E...
来源: Laya_社区 发布时间: 20181107