大约有 2,173 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0078 秒)
Laya_社区(1729) Laya3.0_api(198) Laya2.0_文档(65) Laya2.0_api(61) laya_api(55) Laya3.0_文档(44) Laya2.0_示例(11) Laya_示例(10)
...ex: number): void { let img_rule = cell.getChildByName("img_rule") as Laya.Image; img_rule.skin = cell.dataSource let text_info = cell.getChildByName("text_des") as Laya.Text; let i18n = Laya.loader.getRes("config/i18n.json"); text_info.text = i18n[`tips_text$text_i18n$${1101 + index}`][ConfigInfo.l...
来源: Laya_社区 发布时间: 20170215
...时滚动一模一样。 两个问题 有元件支援视频流渲染吗? Image元件读不了资料流 两个list,同时挂mouseHandler. 第一个selectIndex正常,第二个不正常 两个view形式页面,互相加载用什么事件? 请问两个项目怎么合并成一个? 两个都是...
来源: Laya_社区 发布时间: 20180925
...++f) { int i = center + f - filterOffset; acc += invFilter * tile[r][i]; } imageStore(outputTex, writeIndex, vec4(acc, 1.0)); } } } } GLSL End 该示例展示了 SSBO BlockName(s_Params)的实际用法,也展示了 StorageTexture2D 在 uniformMap 与 GLSL 中的对应关系。 8.2 使用 GLSL ...
来源: Laya3.0_文档 发布时间: 20260131
...= "exactfit"; //实例一个背景 var bg = new Laya.Image(); bg.skin = "res/bg.png"; Laya.stage.addChild(bg); })(); 在layaIDE,微信开发者工具模拟器,和iPhoneX真机上的显示效果分别如图: 附件 : --> demo.zip 2018-06-04 ...
来源: Laya_社区 发布时间: 20180604
...面板里面的元素后面也可以出现一些足以识别的东西比如image(var:a) lu632375951 • 2016-08-24 17:59 第四个问题,有一点引申,能否复制一个帧动画动画,比如我再好几个页面中都有一个小手闪烁的动画,在项目中我是每一个页面...
来源: Laya_社区 发布时间: 20160824
...tter.js里的物理引擎世界里 EffectAnimation 可以将对象指定到Image,并用程式控制播放吗? 子节点的 getChildIndex(node:Node):int 根据子节点对象,获取子节点的索引位置。参数是什么 区块地图增加对象 对象destroy()后的还会耗用内存吗...
来源: Laya_社区 发布时间: 20191206
...水反馈bug! Clipboard_Screenshot_1754975442=1em930×1482 258 KB image=1em950×1298 161 KB 附件 : --> 2025-08-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 10 个回复 173*****903 赞同来自: 打包工具LAY...
来源: Laya_社区 发布时间: 20250816
...et redHot = this.getChildByName("avatar").getChildByName("redHot") as Laya.Image; redHot.visible = value.avatar.redHot.visible; } if (value.flag) { let flagText = this.getChildByName("flag").getChildByName("flagText") as Laya.Text; flagText.text = value.flag.flagText.text; } } } 3.3 变灰与禁用...
来源: Laya3.0_文档 发布时间: 20251010
...tion-set-features=smp,div,atomic_ldrd_strd --runtime-arg -Xrelocate --boot-image=/system/framework/boot.art --runtime-arg -Xms64m --runtime-arg -Xmx512m --instruction-set-variant=cortex-a15 --instruction-set-features=default --dex-file=/system/app/WebViewGoogle/WebViewGoogle.apk --oat-file=/data/dal...
来源: Laya_社区 发布时间: 20170411
...?看下面的例子: 首先我们先假定下图(图1)是一个image图片 sp1 被添加到舞台,辅助线为坐标轴,图片大小为172*172: 为了定位准确以及换其他skin的时候也能保持中心点不变,我们改变注册点到图片正中心,如下图(图2) s...
来源: Laya_社区 发布时间: 20161214