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

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

1. ape.pivot(55, 72);啥意思呀 [ 100%]

ape.pivot(55, 72);啥意思呀 var apes=new Laya.Sprite(); ape.pivot(55, 72);啥意思呀 2017-02-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_XS 赞同来自: 这是设置精灵的中心点坐标,有...

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

2. 1.72beta的ide ui里的属性框不能用键盘复制粘帖 [ 98%]

1.72beta的ide ui里的属性框不能用键盘复制粘帖  1.71beta也不能用。 1.62版本可以。     不能用键盘复制,但是可以鼠标手动复制剪切。这问题很久以前也有,怎么最近又来。   mac下 2017-03-29 添加评论 免费帖 --> 分享 微博 QZONE 微...

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

3. laya2.0构建app时url不再支持.html文件,但是需要runtime.json这个文件是怎么来的? [ 98%]

...是仿真时的报错信息  I/LayaBox: Download [  ]:http://192.168.0.72/web3/updat ... 0.844 I/LayaBox: >>>JCConchRender::clearAllData =-815802000 D/EGL_emulation: eglMakeCurrent: 0xe05ec520: ver 3 1 (tinfo 0xe201f990) W/LayaBox: download error: timeout, dt=8,opttimeout=1798 I/LayaBox: ...

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

4. android下layabox调用Laya.Texture2D.load报错 [ 95%]

...堆栈: 02-06 14:59:43.858  6545  6658 I LayaBox : alert=http://10.0.1.72/game/dev-loca ... 5668: TypeError: Cannot read property 'createTexture' of null 02-06 14:59:43.858  6545  6658 I LayaBox : var glTexture=this._source=gl.createTexture(); 02-06 14:59:43.858  6545  6658 I LayaBox :     ...

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

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

...bject 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 <4c85cf47277b4445acd70e744ee59b72&gt...

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

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

...leMode,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) (at &lt...

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

7. Sprite-节点控制 [ 91%]

...onkey2.png"); ape2.loadImage("../../res/apes/monkey2.png"); ape1.pivot(55, 72); ape2.pivot(55, 72); ape1.pos(Laya.stage.width / 2, Laya.stage.height / 2); ape2.pos(200, 0); //一只猩猩在舞台上,另一只被添加成第一只猩猩的子级 Laya.stage.addChild(ape1); ape1.addChild(ape2); Laya...

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

8. Sprite-节点控制 [ 90%]

...dImage(monkey2Path); this.ape2.loadImage(monkey2Path); this.ape1.pivot(55, 72); this.ape2.pivot(55, 72); this.ape1.pos(Laya.stage.width / 2, Laya.stage.height / 2); this.ape2.pos(200, 0); // 一只猩猩在舞台上,另一只被添加成第一只猩猩的子级 Laya.stage.addChild(this.ape1); this...

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

9. 构建app闪退,测试app扫码可以运行 [ 84%]

...30 0x2f 0x62 0x69 0x6e 0x2f 0x6c 0x69 0x62 0x73 0x2f 0x6c 0x61 0x79 0x65 0x72 0x2e 0x6a 0x73 0x3a 0x32 0x3a 0x0a 0x54 0x79 0x70 0x65 0x45 0x72 0x72 0x6f 0x72 0x3a 0x20 0x43 0x61 0x6e 0x6e 0x6f 0x74 0x20 0x72 0x65 0x61 0x64 0x20 0x70 0x72 0x6f 0x70 0x65 0x72 0x74 0x79 0x20 0x27 0x6c 0x65 0x6e 0x67 0x...

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

10. Sprite-旋转缩放 [ 79%]

...age("../../res/apes/monkey2.png"); Laya.stage.addChild(ape); ape.pivot(55, 72); ape.x = Laya.stage.width / 2; ape.y = Laya.stage.height / 2; Laya.timer.frameLoop(1, this, animate); } function animate(e) { ape.rotation += 2; //心跳缩放 scaleDelta += 0.02; var scaleValue = Math.sin(scaleDelta); ap...

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