大约有 65 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0040 秒)
...源 this.refreshList.array = _arr; this.refreshList.scrollTo(line); //将选中索引设定为该索引 this.refreshList.selectedIndex = index; //恢复滚动条到原位 this.scrollBarIsStop = false; this.refreshList.scrollBar.backToNormal(); this.refreshLoading.visible = false; }); }); } onClickFl...
来源: Laya2.0_示例 发布时间: 20251130
...设置一下 Label 的显示相关属性使它更好看一些。 **b.**选中 Label 对象,使用快捷键 Ctrl +B 或选择 **菜单栏->编辑->转换为容器** 选项,打开转换为容器设置面板,选择容器类型为 Box ,点击确定按钮完成 Box 容器的添加。  (图) 2. 折叠箭头切片动画 Clip 资源: 切片数为2,切片索引从0开始依次代表:文件夹节点折叠状态图...
来源: Laya2.0_文档 发布时间: 20210714
...设置mouseEnable为false,list才可以滑动,但此时cell无法监听选中的事件。麻烦解答下。 2018-09-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 Laya_XS 赞同来自: List组件默认有...
来源: Laya_社区 发布时间: 20180901
...unction onStartDrag(){ console.log(this); clickIndex++; msgDiv.html('图片选中了' + clickIndex + '次'); // img.startDrag(); } // Laya.stage.alignH = Laya.Stage.ALIGN_CENTER; // Laya.stage.alignV = Laya.Stage.ALIGN_MIDDLE; }); </script> </html> 附件 : --> 2017-04-27 添加评论...
来源: Laya_社区 发布时间: 20170427
...显示列表。 } private function onSelect(index:int):void { trace("当前选中的项对象索引: ",index); } } } example Laya.init(640, 800);//设置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load("resource/ui/button.png",laya.utils.Handle...
来源: Laya3.0_api 发布时间: 20231115
...on) 另外两个不支持 2.如果这两种都不是 可以在unity 选中animation 然后点ctrl+6 看有没有我们不支持的节点 目前只支持 position rotation scale Three laya写完代码运行后发现场景中有两个模型 这个问题是因为 unity插件...
来源: Laya_社区 发布时间: 20180308