大约有 3,617 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0134 秒)
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层,层级设置无效的问题 问题状态 最新活动: 2017-08-15 10:31 浏览: 2068 关注: 2 人 sfsmmc • 2017-08-15 10:52 補充一下,還得加 material.renderMode=13; //渲...
来源: Laya_社区 发布时间: 20170815
... /** @prop {name:editOptionType, tips:"", type:EditOption, option:"aaa,bbb,true", default:"bbb"}*/ public editOptionType:string = "bbb";这样使用字符串是可以的,但是我现在需要显示自己定义的枚举 enum ENUM_Effect{ null=0, popupEffect = 1, closeEffect = 2 }; function ENUM_C...
来源: Laya_社区 发布时间: 20191029
...ollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 IDE通过.ui自动生成的ui代码报错 播放声音出错,求指教 Laya拖尾怎么停止或清除,比如要瞬移角色的时候停止。伤脑壳~~!! 路径是对的,但老是,调试控制...
来源: Laya_社区 发布时间: 20200728
...ollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 【BUG备忘录】关于Tween动画无法正常作用问题-解决办法 Laya["MiniAdpter"].nativefiles 在QQ小游戏中无法读取到 问题状态 最新活动: 2018-07-17 11:46 浏览: 955 关注: 2 人 ...
来源: Laya_社区 发布时间: 20180716
...._tempV30, CollisionUtils._tempV31); out = CollisionUtils._tempV31; return true; }这个函数里面 distance 永远为null, 导致 空间平面和三角面判定有bug static intersectsRayAndPlaneRD(ray:Ray, plane:Plane, out:number):boolean {} 这个接口 out不能是number对象. 2019...
来源: Laya_社区 发布时间: 20191012
..."compilerOptions": { "module": "commonjs", "outDir": "lib", "declaration": true, } } ``` 上例中我们添加了 `outDir` 选项,将 ts 文件的编译结果输出到 `lib` 目录下,然后添加了 `declaration` 选项,设置为 `true`,表示将会由TS文件自动生成 `.d.ts` 声明文...
来源: Laya2.0_文档 发布时间: 20210715
...ollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 龙骨skeleton鼠标点击区域的设置 list 每次滑动,都是可以滑动一点点,可不可以如何设置,让他每次滑动,只能固定的值。 横屏模式在锁定竖屏的iphone上不能...
来源: Laya_社区 发布时间: 20191122
...erMedia(userMediaConstraints).then(function success(stream) { let status = true; LayaAir3D.video.srcObject = stream; LayaAir3D.video.play(); /** 等到视频流准备就绪 */ var interval = setInterval(function () { if (!LayaAir3D.video.videoWidth) { return; } laya.utils.Browser.document.body.appen...
来源: Laya_社区 发布时间: 20180217
...]); Constant.helper.times=true; Constant.waitView.setViibile(false); Constant.tipsView.showtipsConfirm(LanguageTips.INPUTERROR); ...
来源: Laya_社区 发布时间: 20170813
...ollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 3D模型tween旋转 laya3D动画无法播放 dialog 自定义关闭效果,效果执行完,弹窗无法关闭 用Mac下Unity5.6.2f1导出的模型在Mac浏览器显示正常,发布到移动端不显示模...
来源: Laya_社区 发布时间: 20191030