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

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

41. 路径显示会添加DrawCall,每增加一条路径都会添加,有什么办法降DrawCall [ 56%]

...h.PI * 180; _path2.pos(a.x,a.y); this.addChild(_path2); var len:int = Math.floor(GetPathLen()/PATH_LEN)+2; SetPathArr(arr,_path); SetPathArr(arr2,_path2); //注释下面这行就正常了 _path.scrollRect = new Rectangle(0,0,(len-3)*PATH_LEN-30,58); _path2.scrollRect = new Rectangle(0,0,(len-3)*PATH...

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

42. 骨灰级的bug [ 56%]

... 222行 , 二二二。。。。。 _currentKeyframeIndex = Math.max(Math.floor(currentPlayTime / cacheFrameInterval), 0);//TODO:矫正   修正后的正确值: _currentKeyframeIndex = Math.round(currentPlayTime / cacheFrameInterval);//TODO:矫正     不修正的话,此条件一直不会满...

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

43. 为什么这个图片还是随机切换不了,新手求帮忙 [ 55%]

...odo 你好   以下代码是用Image的skin来替换资源var index= Math.floor(Math.random()*num); var img= new Laya.Image(); Laya.stage.addChild(img); img.skin = "res/"+index+".png"; 2017-01-11 1 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发...

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

44. list功能改变图片皮肤 [ 55%]

...:Number=0;q<130;q++){ var first:Object= new Object(); //first.lbl =Math.floor(Math.random()*3+1) ; if(q == 1) { var cc:*=_tempFruitUi.panel; var dd:List=aa.getChildByName("firstList") as List; var itemB:Box = dd.getCell(0); var specificPic:Image = itemB.getChildByName("img1") as Image; specificPi...

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

45. ide跑没问题,安卓包跑报错 [ 55%]

...mp;& this.bodyArr.length < this.bodyMaxNum) { let addBodyNum = Math.floor(this.eatBean / this.bodyBeanNum) let x = this.bodyArr[this.bodyArr.length - 1].x 。。。。。。 } let x = this.bodyArr[this.bodyArr.length - 1].x 这一句报错   附件 : --> 2018-06-01 添加评论 免费帖 -->...

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

46. 所能支持的最多对象数量是多少? [ 54%]

...量是多少? throw Error("IBQuadrangle count:"+count+" must<:"+Math.floor(65535 / 4)); 做了一个网页版的地图编辑器,代替了tilemap ,但是遇到一个问题,地图打小限制了,Laya最大支持的对象数量有限制,多了会报错,就是个错,想问一下怎么...

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

47. 读取大块材质中的图片并图片切割 [ 54%]

...for (var i:int = 5; i > 0; i-- ){     data["item" i] = {index:Math.floor(temp)};     temp = temp/10;    }    trace(this.score);    this.scorebox.dataSource = data;   } 2017-02-21 0 0 分享 微博 QZONE 微信 cuixueying 赞同来自: 直接使用IDE下提供的Clip组件实现...

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

48. Laya2.0 beta3 Animator 中的 on 事件 怎么没了 [ 53%]

... if (0.6>(heroAni.getCurrentAnimatorPlayState(0)._normalizedTime-Math.floor(heroAni.getCurrentAnimatorPlayState(0)._normalizedTime))>0.5) 根据动画当前播放的百分比进行判断 2018-10-25 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登...

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

49. Unity导入问题_导入的模型光照相关设置没有导入 [ 53%]

...: 追加一个问题,无论如何设置,阴影都看不到 代码如下   Floor是一个cube 拉伸而成 PlayerAnim是一个小人模型 光是一个朝下的垂直方向光 2019-05-12 0 0 分享 微博 QZONE 微信 mag 赞同来自: 再次追加情况 摄像机为正交摄像机时没有阴影,...

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

50. Laya.loader.create 进度回调函数执行两次 [ 52%]

...anager.prototype.onProgress = function(value) { console.log("value=="+Math.floor(value*100)+"%"); }   输出结果: 0.19186599730944645 0.5251993306427798 1 0.5002049180327869 0.5626793032786885 0.6251536885245902 0.6876280737704918 0.7501024590163934 0.8125768442622952 0.8750512295081967 0.93752...

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