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

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

1. 关于截屏的问题 [ 100%]

...roller: refreshdata connected={ wifi } level=0 mMSimcombinedSignalIconId=0x7f0203c5/com.android.systemui:drawable/stat_sys_wifi_signal_4_fully mMSimcombinedActivityIconId=0x7f0203bb mAirplaneMode=false mMSimDataActivity=0 mMSimPhoneSignalIconId=0x7f02037b mMSimDataDirectionIconId=0x0 mMSimDataSignal...

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

2. 导出带动作的模型会报错 [ 99%]

导出带动作的模型会报错 求救,我用的是unity 2018.4.7f1,在unity里播放是没问题的,用插件导出就出错  KeyNotFoundException: The given key was not present in the dictionary. System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) (at <df7127ba07d...

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

3. sprite做的按钮点击无反应? [ 87%]

...n.graphics.drawRect((stageWd - w) * 0.5, (stageHt - h) * 0.5-50, w, h, "#FF7F50"); btn.graphics.fillText("确 定", (stageWd) * 0.5 , (stageHt - h) * 0.5-43, "25px SimHei", "#FFFFFF", "center"); //dialog_mc.addChild(btn); Laya.stage.addChild(btn); btn.on(Event.CLICK, this, function(){ alert("点击"...

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

4. 加载TiledMap 不显示 [ 68%]

... Math.PI * 30) * radiusX;         var color: string = "#FF7F50";          this.sprite = new Sprite();         this.sprite.graphics.drawLine(0, 0, -radiusX, radiusY, color);         this.sprite.graphics.drawLine(0, 0, radiusX, radiusY, color);   ...

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

5. list ,增加item ,我想在末尾增加,但是每次都给我翻倍的增加,如何解决 [ 65%]

... text.fontSize = 18; text.pos(aar[i][0]+10,aar[i][1]+66); text.color = "#FF7F00"; text.zOrder = 1; this.addChild(text); var text = new Text(); text.text ="100123"; text.fontSize = 18; text.pos(aar[i][0]+10,aar[i][1]+85); text.color = "#FF7F00"; text.zOrder = 1; this.addChild(text); var bgSprite = ne...

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

6. 请教各位前辈们,AS的一些API好像layabox没有,求解决方法或者思路,比如 Point 的interpolate方法 具体问题内详 [ 64%]

..., p1.y);             target.graphics.drawPoly(p1.x, p1.y,path,"#FF7F50");                                       _mask.graphics.drawTexture(texture,0,0);                          var path1:Array = ;             path1.push(p2.x, p2.y);  ...

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

7. 2.6.0运行报错 [ 62%]

...提示了如下问题:(上传错误DEMO工程  testBug.zip)  .WebGL-0x7f899a033200]RENDER WARNING: there is no texture bound to the unit 3          附件 : --> testBug.zip 2020-03-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关...

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

8. 3d模型IOS下加载不出来,安卓下正常 [ 61%]

...传了几失败了,请从以下地址下载     https://c-t.work/s/7f1405e72bca43 附件 : --> 附件下载地址.zip 2020-01-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 这个...

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

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

...s.graphics.drawPoly(Laya.stage.width / 2, Laya.stage.height / 2, path, "#FF7F50"); 这个可以通过一些点来绘制一个平面图形 2017-11-03 0 1 分享 微博 QZONE 微信 i_like_these 赞同来自: 请问下 这个绘制是2d的吗 还是3D的 能绘制3D平面吗?  2017-11-06 0 0 分享...

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

10. socket大型项目回调 [ 61%]

...t; } while (id != 0); // 5.x // var len:Array = []; // len.push(id & 0x7f); // id >>= 7; // while(id > 0) // { // len.push(id & 0x7f | 0x80); // id >>= 7; // } // // for (var i:int = len.length - 1; i >= 0; i--) // { // buffer.writeByte(len[i]); // } } if (rot) { if (typeof...

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