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

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

1. laya1.85发布成功,没有生成dist文件夹 [ 100%]

laya1.85发布成功,没有生成dist文件夹 发布成功,却没有生成dist文件夹和rpk包,有没有大佬遇到过?   2020-01-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 kylin 赞同来自: 确认...

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

2. Sprite-根据数据绘制路径 [ 96%]

...30); path.push(33, -33); path.push(137, -30); path.push(55, 32); path.push(85, 130); path.push(0, 73); path.push(-85, 130); path.push(-55, 32); path.push(-137, -30); path.push(-33, -33); canvas.graphics.drawPoly(Laya.stage.width / 2, Laya.stage.height / 2, path, "#FF7F50"); } })();module laya { impo...

来源: Laya_示例 发布时间: 20251209

3. Sprite-根据数据绘制路径 [ 96%]

...30); path.push(33, -33); path.push(137, -30); path.push(55, 32); path.push(85, 130); path.push(0, 73); path.push(-85, 130); path.push(-55, 32); path.push(-137, -30); path.push(-33, -33); canvas.graphics.drawPoly(Laya.stage.width / 2, Laya.stage.height / 2, path, "#FF7F50"); } } new Sprite_DrawPath()...

来源: Laya2.0_示例 发布时间: 20251209

4. 使用laya的unity插件2.4.0导出预设总是报错。2.3.0是没问题的 [ 96%]

...GameObject A_0, g A_1, System.Collections.Generic.List`1[T] A_2) (at <4c85cf47277b4445acd70e744ee59b72>:0) p.a (UnityEngine.GameObject A_0, g A_1, g A_2, UnityEngine.Vector3 A_3, UnityEngine.Quaternion A_4, UnityEngine.Vector3 A_5, System.String& A_6) (at <4c85cf47277b4445acd70e744ee59b...

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

5. 网络send 不回调?什么情况? [ 95%]

...关结果 已邀请: 与内容相关的链接 提交 3 个回复 windsoul85 赞同来自:   没有引用  var Event       = Laya.Event; 2017-09-14 0 0 分享 微博 QZONE 微信 Monica - 知识达人 赞同来自: windsoul85 有问题再联系... 2017-09-14 1 0 分享 微博 QZONE 微信 win...

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

6. LayaAirUnityPlugin 2.4beta IOException: Sharing violation [ 95%]

...IO.FileMode,System.IO.FileAccess) n.a (System.String A_0, g A_1) (at <4c85cf47277b4445acd70e744ee59b72>:0) p.b (UnityEngine.Material A_0, System.String A_1, System.String A_2) (at <4c85cf47277b4445acd70e744ee59b72>:0) p.a (UnityEngine.GameObject A_0, UnityEngine.Material[] A_1, g A_2) (a...

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

7. 3D模型缩放问题 [ 91%]

3D模型缩放问题 sprice3D.transform.localScale = new Vector3(0.85, 0.85, 0.85) 只要加了这一行代码,模型按理只是正常缩放吧,旋转角色不受影响吧?在我的项目里,发现只要对模型设置了缩放,整个模型翻了个身不说,原来是底朝上,变成...

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

8. laya 2.3 native 打包apk后,monkey测试crash [ 81%]

...0000000000018  x13  0000000000000000  x14  0000000000000000  x15  003855ae696e4ac4     x16  0000007f8780f720  x17  0000007f8780c0d8  x18  0000000000000080  x19  0000007f8866862b     x20  0000000000000000  x21  0000007f886799bc  x22  0000007fad6a3848  x23  ffffff80ffffffd8   ...

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

9. 绘制平明问题 [ 79%]

...37, -30);             path.push(55, 32);             path.push(85, 130);             path.push(0, 73);             path.push(-85, 130);             path.push(-55, 32);             path.push(-137, -30);             path.push(-33, -33);             canva...

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

10. UI-List [ 78%]

...开发语言、LayaAirIDE让项目开发更高效。const WID = 373, HEI = 85; const Box = Laya.Box; class Item extends Box { constructor(){ super(); const Image = Laya.Image; this.size(WID, HEI); this.img = new Image(); this.addChild(this.img); } setImg(src) { this.img.skin = src; } } class UI_List...

来源: Laya2.0_示例 发布时间: 20251209