大约有 3,617 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0080 秒)
Laya_社区(2682) Laya3.0_api(265) Laya2.0_文档(227) Laya2.0_api(113) Laya3.0_文档(104) laya_api(98) Laya_示例(83) Laya2.0_示例(45)
...ollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 关于同为object层,层级设置无效的问题 list 每次滑动,都是可以滑动一点点,可不可以如何设置,让他每次滑动,只能固定的值。 dialog 自定义关闭效果,效...
来源: Laya_社区 发布时间: 20171229
.../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
...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
...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
...ollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 问题状态 最新活动: 2022-06-06 11:11 浏览: 2706 关注: 2 人 还在 • 2022-06-06 14:50 是在华为mate20pro手机上,通过华为手机浏览器打开就会抖,微信打开也会,layaide...
来源: Laya_社区 发布时间: 20220606
...er(boundFrustum)){ render._visible=true; var bounds=render.bounds; render._distanceForSort=Vector3.distance(bounds.getCenter(),camPos); var ...
来源: Laya_社区 发布时间: 20190711
...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
...on/331,例子是AS3模式。 最后一步是“在自变量添加outlaya=true,可以实现分包。” 在laya空项目中没有这个文件,应该加在哪里呢?如果不做这一步,报错如下: 怀疑是分包问题。请问如何解决 附件 : --> 2018-03-07 添加评论 免...
来源: Laya_社区 发布时间: 20180307
...ollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 list 每次滑动,都是可以滑动一点点,可不可以如何设置,让他每次滑动,只能固定的值。 龙骨skeleton鼠标点击区域的设置 求教: soundManager如何停止正在播...
来源: Laya_社区 发布时间: 20170216
... { 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