大约有 1,654 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0245 秒)
Laya_社区(831) Laya3.0_api(384) Laya2.0_api(195) laya_api(183) Laya2.0_文档(39) Laya3.0_文档(18) Laya2.0_示例(2) Laya_示例(2)
...听,可以查阅gulp官方文档: > > https://www.gulpjs.com.cn/docs/getting-started/watching-files/ 保存好`gulpfile.js`这个gulp任务脚本后,效果如下图所示。  然后,我们直接在终端命令行下,直接输入`gulp compile`即可执行名称为compile...
来源: Laya2.0_文档 发布时间: 20210715
...据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite cacheAs : String 指定显示对象是否缓存为静态图像,...
来源: Laya2.0_api 发布时间: 20190513
...64) at com.android.server.pm.PackageManagerService.installPackageTracedLI(PackageManagerService.java:18919) at com.android.server.pm.PackageManagerService.-wrap33(Unknown Source:0) at com.android.server.pm.PackageManagerService$8.run(PackageManagerService.java:163...
来源: Laya_社区 发布时间: 20181126
...据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的...
来源: laya_api 发布时间: 20170929
...据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的...
来源: laya_api 发布时间: 20170929
...据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的...
来源: Laya2.0_api 发布时间: 20190513
...据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的...
来源: Laya2.0_api 发布时间: 20190513
...s://unity.cn/releases?signup=true 国际下载地址:https://unity3d.com/get-unity/download/archive > 需要登陆,再找到对应的历史版本(国内打开国际地址需要翻墙) ##### 2.1.2 Unity 2018.4.7版本 从LayaAir 2.3版本开始(含2.3)支持采用2018.4.7进行3D场景的...
来源: Laya2.0_文档 发布时间: 20210714
...r.window.conch.saveAsPng( arrayBuff,width,height,Laya.Browser.window.conch.getCachePath()+"/test.png" ); console.log("onCharge-------------------------4"); Laya.Browser.window.globalImage = window.document.createElement("img"); console.log("onCharge-------------------------5"); Laya.Browser.window.g...
来源: Laya_社区 发布时间: 20170609
...(){ return this.scrollBarIsStop; } onListMouse(e, index){ console.log(e.target.name); if (e.type == Event.MOUSE_DOWN) { this.mouseDown = true; //如果单元格已经展开,则先恢复 if (this.itemIsOpen) { this.itemIsOpen = false; this.itemOpenId = -1; Tween.to(this.openedItem, { "x": 0 }, 500,...
来源: Laya2.0_示例 发布时间: 20251219