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

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

151. 用你昨天发的Air版本透明区域是没问题了。但是有出现另一个问题同样的代码在1.7.8Bata上是没问题的 [ 90%]

...代码在1.7.8Bata上是没问题的 附上代码 附件 : --> testBy.rar 2017-08-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 cuixueying 赞同来自: 麻烦请把你的例子精简提取下,重新发我...

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

152. 1.8.4版本打包vivo小游戏,只有个temprelease [ 90%]

...戏,只有个temprelease 如图打包出来,找不到rpk 附件 : --> 2019-08-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 7 个回复 kylin 赞同来自: layabox 、怒 跑了一下,能发包成功。目前发现...

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

153. 2.8.1 碰撞的物体被跟着被碰撞的物体一起旋转 [ 90%]

2.8.1 碰撞的物体被跟着被碰撞的物体一起旋转 a、b2个物体 都是同一个由unity3d导出模型(带刚体)clone创建的,a移动 b不移动,a移动碰到b,b旋转,a也会随着一起旋转 附件 : --> testing.zip 2020-08-28 添加评论 免费帖 --> 分享 微博 QZ...

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

154. Laya.Byte使用getUint16读取错误 [ 90%]

...te([0,8]); console.log('++',bytes1.getUint8(),bytes1.getUint8()); var bytes2 = new Laya.Byte([0,8]); console.log('++',bytes2.getUint16()); var bytes3 = new Laya.Byte([0,8,0,0]); console.log('++',bytes3.getUint32());   采用上面测试代码,打印结果: ++ 0 8 ++ 2048 ++ 2048   可见getUint1...

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

155. 打包突然不成功。RangeError: Invalid string length at encodeURIComponent () at Function.SMD5.str2rstrUTF8 [ 90%]

...eError: Invalid string length at encodeURIComponent () at Function.SMD5.str2rstrUTF8 救命,突然打包不了。完全不明白,奇奇怪怪的错太多了。求大神指点 2018-12-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的...

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

156. WebSocket connection to 'ws://192.168.0.8:8102/' failed: Invalid frame header [ 90%]

WebSocket connection to 'ws://192.168.0.8:8102/' failed: Invalid frame header 一开始连接正常,密集发送消息到服务器后,就会给服务器程序发送关闭连接的信息。WebSocket connection to 'ws://192.168.0.8:8102/' failed: Invalid frame header WebSocket connection to 'ws:/...

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

157. Laya3.0正式版spine3.8的动画资源不能正常显示 [ 90%]

...t; this.owner.addChild(this.skeleton); this.skeleton.pos( this.pageWidth / 2, this.pageHeight / 2 + 100); this.skeleton.scale(0.4, 0.4); this.skeleton.on(Laya.Event.STOPPED, this, this.play); this.play(); }); } private play(): void { if (++this.index >= this.skeleton.getAnimNum()) { this.index = ...

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

158. 角色碰撞器添加复合型碰撞形状,报错Qt[a[((a[(t >> 2)] + 8) >> 2)]] is not a function [ 90%]

角色碰撞器添加复合型碰撞形状,报错Qt[a[((a[(t >> 2)] + 8) >> 2)]] is not a function        <<<<<<<<报错: //飞机 let plane = scene.getChildByName("plane") as Laya.MeshSprite3D; let character: Laya.CharacterController = plane.addComponent...

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

159. ts加密md5码封装 [ 90%]

... }, "exclude": [ "node_modules" ] } test: let str = Md5.Instance.get_md5("123456"); console.log(str) //len:32 //e10adc3949ba59abbe56e057f20f883emd5.ts class Md5 { private static _inst:Md5; public static get Instance():Md5 { return this._inst ||(this._inst = new Md5()); } public get_md5(str:string):s...

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

160. 为什么动画名称存在,播放时候却提示laya.core.js:19709 parse animation fail:ani1_change8,empty animation created [ 90%]

... parse animation fail:ani1_change8,empty animation created   附件 : --> 2017-12-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 wudi199553 赞同来自: 你上传个Demo过来,我们帮你看下把   2017-...

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