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

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

2961. UIConfig.popupBgAlph 多次设置没效果,只有第一次有效? [ 50%]

...ollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 关于同为object层,层级设置无效的问题 list 每次滑动,都是可以滑动一点点,可不可以如何设置,让他每次滑动,只能固定的值。 dialog 自定义关闭效果,效...

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

2962. Mac下LayaAirIDE1.7.20版本声音预加载失败,但windows下同个版本加载正常 [ 50%]

.../button.mp3", type:Loader.SOUND},             {url:"res/sound/mob_true.mp3", type:Loader.SOUND},             {url:"res/sound/mob_hit.mp3", type:Loader.SOUND},             {url:"res/sound/star_pick.mp3", type:Loader.SOUND},             {url:"res/sound/start_explode...

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

2963. laya.d3.core.material.SkyBoxMaterial_API3.0 [ 50%]

...esource.lock Defined in laya/resource/Resource.ts:103 是否加锁,如果true为不能使用自动释放机制。 Optional name name: string Inherited from Resource.name Defined in laya/resource/Resource.ts:105 名称。 renderQueue renderQueue: number Inherited from Material.renderQueue Defined i...

来源: Laya3.0_api 发布时间: 20231115

2964. 最新版本绘制100x100个sprite ios不能显示 [ 50%]

...unction(){ var boxSp = new laya.display.Sprite(); // boxSp.cacheAsBitmap = true; for(var i = 0; i < this.MapRowNum; i++){ for(var j = 0; j < this.MapColNum; j++){ var box = new laya.display.Sprite(); box.graphics.drawRect(0, 0, 30, 30, null, "#e6e4ef", 1); box.x = i * 30; box.y = j * 30; boxSp...

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

2965. 老师可以帮忙看看为什么我用两张背景图循环滚动时,页面会抖动 [ 50%]

...ollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 问题状态 最新活动: 2022-06-06 11:11 浏览: 2706 关注: 2 人 还在 • 2022-06-06 14:50 是在华为mate20pro手机上,通过华为手机浏览器打开就会抖,微信打开也会,layaide...

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

2966. 渲染队列排序问题,导致Alpha混合效果出错 [ 50%]

...er(boundFrustum)){                     render._visible=true;                     var bounds=render.bounds;                     render._distanceForSort=Vector3.distance(bounds.getCenter(),camPos);                     var ...

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

2967. [LayaAir3]list.selectHandler [ 50%]

...ta.result); } if(this.uiCtrl._tagList!=null){ this.uiCtrl._tagList.visible=true; } }else{ this.btn.skin="resources/ui/目录.png"; this.uiCtrl._tagList.visible=false; } console.log("目录"); console.log(this.btn.selected); }break; shiyang • 2024-10-28 09:48 可以判断event.t...

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

2968. LayaAir如何用JS运行物理引擎的Demo [ 50%]

...on/331,例子是AS3模式。 最后一步是“在自变量添加outlaya=true,可以实现分包。” 在laya空项目中没有这个文件,应该加在哪里呢?如果不做这一步,报错如下:    怀疑是分包问题。请问如何解决 附件 : --> 2018-03-07 添加评论 免...

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

2969. 对应不规则的progressbar背景设置九宫格后bar的位置调整无效 该怎么处理? [ 50%]

...ollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 list 每次滑动,都是可以滑动一点点,可不可以如何设置,让他每次滑动,只能固定的值。 龙骨skeleton鼠标点击区域的设置 求教: soundManager如何停止正在播...

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

2970. 请问:通过Laya.Geolocation来定位存在较大误差(超过1公里),该如何解决? [ 50%]

... { if (Laya.Geolocation.supported) { Laya.Geolocation.enableHighAccuracy = true; Laya.Geolocation.getCurrentPosition( Laya.Handler.create(null, cb_onGeoPositionSuccess), Laya.Handler.create(null, cb_onGeoPositionFail)); } else { alert("您的浏览器不支持使用HTML5来获取地理位置服务")...

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