大约有 810 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0044 秒)
Laya_社区(728) Laya2.0_文档(21) laya_api(12) Laya3.0_api(12) Laya2.0_api(12) Laya3.0_文档(10) Laya2.0_示例(8) Laya_示例(7)
...点对象。 比如: { "type":"Sprite", "props":{ "x":100, "y":50, "name":"item1", "scale":[2,2] }, "customProps":{ "x":100, "y":50, "name":"item1", "scale":[2,2] }, "child":[ { "type":"Text", "props":{ "text":"this is a test", "var":"label", "rumtime":"" } } ] } ClassUtils getClass(className:Str...
来源: Laya2.0_api 发布时间: 20190513
...组件的子页面name属性 ViewStack子页面name属性的命名规则为item0、item1、item2.....”如果有更多页面以此类推,如动图3-2所示,不按此规则增加name属性,生成的ViewStack组件为无效组件,不能正常运行。 ![(动图3-2](img/3-2.gif) (动图3-2) **...
来源: Laya2.0_文档 发布时间: 20210715
...{ // 项渲染器 var Box = Laya.Box; var Label = Laya.Label; function ListItemRender() { var label = null; ListItemRender.__super.call(this); this.size(100, 20); label = new Label(); label.fontSize = 12; label.color = "#FFFFFF"; this.addChild(label); this.setLabel = function(value) { label.text = v...
来源: Laya_示例 发布时间: 20241117
Tree控件问题 1. tree item绘制时怎么知道当前项的文字(计算宽度,我想把+号放在文字后面) 2. item里添加一个btn,点击后怎么知道当前点击的是哪个item里的btn 2018-01-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 ...
来源: Laya_社区 发布时间: 20180104
...ab可以自定义组件,将你准备好的单个tab,分别命名name为item0、item1、item2...依次按顺序拼好,Ctrl+B打成一个 Tab组件就可以了,tab组件下支持放置button、radio这些具备点击状态的组件,不支持box、image等。 2016-12-27 0 0 分享 微博 QZON...
来源: Laya_社区 发布时间: 20161227
...oupMap[groupName]; if(arr != null){ for each (var url:String in arr) { var item:Resource = Laya.loader.getRes(url); if(item != null){ item.destroy(); item = null; } } Loader.clearResByGroup(groupName); } }
来源: Laya_社区 发布时间: 20180517
...r.png", "clipY": "3"}}, {"type": "Label", "props": {"y": "1", "text": "treeItem", "width": "150", "left": "33", "height": "22", "name": "label", "color": "#ffff00", "right": "0", "x": "33"}}, {"type": "Clip", "props": {"x": "0", "name": "arrow", "y": "5", "skin": "ui/clip_tree_arrow.png", "clipY": "...
来源: Laya_示例 发布时间: 20241117
...组件的子页面name属性 ViewStack子页面name属性的命名规则为item0、item1、item2.....”如果有更多页面以此类推,如动图3-2所示,不按此规则增加name属性,生成的ViewStack组件为无效组件,不能正常运行。 ![(动图3-2](img/3-2.gif) (动图3-2) **...
来源: Laya2.0_文档 发布时间: 20210715
关于Laya的List List中的item的高度都是固定的,有没有可以根据item内容,动态调整item高度的实例 2017-06-30 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_XS 赞同来自: list的...
来源: Laya_社区 发布时间: 20170630
...点对象。 比如: { "type":"Sprite", "props":{ "x":100, "y":50, "name":"item1", "scale":[2,2] }, "customProps":{ "x":100, "y":50, "name":"item1", "scale":[2,2] }, "child":[ { "type":"Text", "props":{ "text":"this is a test", "var":"label", "rumtime":"" } } ] } ClassUtils getInstance(className:...
来源: laya_api 发布时间: 20170929