大约有 3,521 项符合查询结果, 库内数据总量为 30,790 项。 (搜索耗时: 0.0064 秒)
Laya_社区(2615) Laya3.0_api(265) Laya2.0_文档(227) Laya2.0_api(113) laya_api(98) Laya_示例(83) Laya3.0_文档(75) Laya2.0_示例(45)
...ollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 图集的质量可以控制吗 问题状态 最新活动: 2018-12-22 11:49 浏览: 918 关注: 1 人 ming11 • 2018-12-22 14:42 Error TS2339: Property 'mass' does not exist on type 'RigidBody'. 也没有这...
来源: Laya_社区 发布时间: 20181221
...下,请帮忙测试一下哦 Mac Chrome 打开 Laya.Browser.onSafari 是 true? mac 10.15.7 环境下IDE崩溃问题 问题状态 最新活动: 2020-10-07 14:28 浏览: 378 关注: 1 人
来源: Laya_社区 发布时间: 20201007
...ew Text(); txt.width = 250; txt.wordWrap = true; txt.text = "测试文本"; txt.font = font; txt.leading = 5; txt.pos(Laya.stage.width - txt.width >> 1, Laya.stage.height - txt.height >> 1); ...
来源: Laya_社区 发布时间: 20181227
...用代码设置环境雾化 ```typescript //雾化代码 scene.enableFog = true; //设置雾化的颜色 scene.fogColor = new Laya.Vector3(0,0,0.6); //设置雾化的起始位置,相对于相机的距离 scene.fogStart = 10; //设置雾化最浓处的距离。 scene.fogRange = 40; ``` 效果显示...
来源: Laya2.0_文档 发布时间: 20210714
...用代码设置环境雾化 ```typescript //雾化代码 scene.enableFog = true; //设置雾化的颜色 scene.fogColor = new Laya.Vector3(0,0,0.6); //设置雾化的起始位置,相对于相机的距离 scene.fogStart = 10; //设置雾化最浓处的距离。 scene.fogRange = 40; ``` 效果显示...
来源: Laya2.0_文档 发布时间: 20210715
...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 名称。 offsetX offsetX: number = 0 Defined in laya/resource/Texture.ts:35 沿 X 轴...
来源: Laya3.0_api 发布时间: 20231115
....Animation(); //添加金币 sp.loadAnimation('anis/money.ani'); sp.play(0,true); loadder.addChild(sp); loadder.name = 'money'; sp.pos(this.moneyArr[rr][i],-15); } 叔年心~厌世 • 2019-10-10 16:46 搞不懂,我换一个其他的动画就可以 叔年心~厌世 • 2019-10-10 17:53 解决...
来源: Laya_社区 发布时间: 20191010
...st = Laya.RenderState.STENCILTEST_NOTEQUAL; mat.stencilWrite = true; mat.stencilRef = 2; mat.stencilOp = new Laya.Vector3(Laya.RenderState.STENCILOP_KEEP, Laya.RenderState.STENCILOP_KEEP, Laya.RenderState.STENCILOP_REPLACE) skin.material = mat; }...
来源: Laya_社区 发布时间: 20231228
...ollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 dialog 自定义关闭效果,效果执行完,弹窗无法关闭 问题状态 最新活动: 2019-04-16 14:20 浏览: 681 关注: 2 人
来源: Laya_社区 发布时间: 20181209
...e.hashstr(version + ""); window.appcache.updateFile(fid,versionHash,buf,true) 成功解压了,并顺利运行,但是游戏重启后,便找不到上次解压的缓存了,导致启动失败。 请问这是什么原因导致文件没有缓存? 2019-03-21 添加评论 免费帖 --> 分享 ...
来源: Laya_社区 发布时间: 20190321