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

大约有 260 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0032 秒)

141. Quaternion To Matrix conversion failed because input Quaternion is invalid [ 54%]

...iled Status:0 text:,安卓没事 游戏运行一会出现 getAMesh resizeBuffer Array buffer allocation failed 问题状态 最新活动: 2019-03-19 12:02 浏览: 1269 关注: 1 人

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

142. Failed to load resource: net::ERR_FILE_NOT_FOUND [ 54%]

...t failed Status:404 text:undefined 游戏运行一会出现 getAMesh resizeBuffer Array buffer allocation failed /clang:-1: linker command failed with exit code 1 (use -v to see invocation) websocket connection failed: Invalid frame header 问题状态 最新活动: 2019-09-08 01:23 浏览: 1545 关...

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

143. 如何在项目中加载ttf字体? [ 54%]

...常规.ttf",Laya.Handler.create(this,OnComplete_FontLoad),null,Laya.Loader.BUFFER); function OnComplete_FontLoad() { console.log("加载字体"); var newFont = Laya.loader.getRes("font/本墨竟圆-常规.ttf"); if(Laya.Browser.window.conch) { console.log("12313131313"); Laya.Browser.window.conch.se...

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

144. fairygui 生成的二进制文件在头条界面加载后得到的数据是空的 [ 54%]

...type:Laya.Loader.IMAGE},         { url:"res/Bag.xml", type:Laya.Loader.BUFFER}          ], Laya.Handler.create(this, this.onLoaded));   在手机头条得到的数据是空的,手机微信是正常的,麻烦指导下   附件 : --> 2019-07-26 添加评论 免费帖 --> 分享 微博 Q...

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

145. [LayaNative3]laya3List 里面的itemrender会被清掉 [ 54%]

...层的2D显示对象也会被3D遮挡 layanative1.0.7版本的websocket的buffer会被截取。 LayaAir3.0.0正式版,隐藏的碰撞体也会被碰撞到 问题状态 最新活动: 2024-05-22 20:10 浏览: 3530 关注: 1 人

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

146. 在小游戏(qq 或 微信)里通过LayaSocket发送protobuf的Uint16Array数据类型出现的报错 [ 54%]

...pcweb端是好的,非常正常       ------- 已经解决send(msgBuff.buffer);   附件 : --> 2020-11-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什么被折叠? 0 个回复被折叠 要回复问...

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

147. matter.js 层级的问题 [ 54%]

...h. You'd need to add body.render.zIndex, and inside Matter.Render create a buffer and add all constraints and bodies, then sort by it. It should probably be an opt-in option though as it would be reasonably intensive (unless you do some special optimisations), it would also break some of the optimis...

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

148. 头条小游戏二进制文件加载失败 [ 54%]

...败 Laya.loader.load([         { url:"res/Bag.xml", type:Laya.Loader.BUFFER},         { url:"res/Bag_atlas0.png", type:Laya.Loader.IMAGE },         { url:"res/Bag_atlas0_1.png", type:Laya.Loader.IMAGE},                   ], Laya.Handler.create(this, this.onLoaded));     调...

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

149. native项目中如何将图片文件的二进制数据转成 Texture? [ 54%]

...               var blob:Object = new Browser.window.Blob([buff.buffer], { type:"image/png" } );                 var url:String = Browser.window.URL.createObjectURL(blob);                 Laya.loader.load(url, Handler.create(t, t.onComplete, [params]), null, Loader....

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

150. 想用layaair 开发原生游戏 服务器用 skynet 网络通信 socket 能否对接得上? 有没有示例参考? [ 54%]

...对接得上? 有没有示例参考? 数据传输 用     Protocol Buffer 2017-06-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: 暂时没有示例,layaAir的socket封装的就...

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