大约有 333 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0044 秒)
Laya3.0_api(174) Laya_社区(58) Laya2.0_api(43) laya_api(39) Laya3.0_文档(12) Laya2.0_文档(6) Laya2.0_示例(1)
...ructor(){ super(); this.width = 443; this.height = 86; this.left = 0; this.right = 0; this.zOrder = 2; this.initItem(); } /** 初始化列表子项内容 * */ public function initItem(){ // 列表item的背景图 this.msgBG = new Image("res/ui/refreshList/img_bg22.png"); this.addChild(this.msgBG); t...
来源: Laya2.0_示例 发布时间: 20241124
... scalefixed适配模式设置后,image的ceterX,centerY,top,bottom,left,right这些都没用 修改项目设置-》图集设置》index.html目录位置后加载资源出错 自定义mesh可以正常显示,移动位置后,mesh无法显示了 list组件改变位置后在改变数据源的长度...
来源: Laya_社区 发布时间: 20190902
...ass Item extends Box { public function Item() { this.name = "render"; this.right = 0; this.left = 0; var selectBox:Clip = new Clip("resource/ui/clip_selectBox.png", 1, 2); selectBox.name = "selectBox"; selectBox.height = 24; selectBox.x = 13; selectBox.y = 0; selectBox.left = 12; addChild(selectBox)...
来源: Laya3.0_api 发布时间: 20231115
...运行的时候却显示在最左边了(就像是x=0的效果)。 left,right,top,bottom相关的也时好时坏,用1.7.22版本的时候至少编辑器调正确了,运行时也会正确。到了2.0就越用越不懂了.... T^T 2018-11-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 ...
来源: Laya_社区 发布时间: 20181123
...xedauto、或者full适配模式后,将背景图的top、bottom、left、right属性设置为0,就可以铺满全屏了 2019-03-26 1 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经被锁定, 无法添加新回复 发起人 noSmoking 相关问题 关于...
来源: Laya_社区 发布时间: 20190325
...距离 * vertical-align:top|bottom|middle; 垂直对齐方式 * align:left|right|center; 水平对齐方式 * line-height:20px; 行高 * background-color:#ff0000; 背景颜色 * border-color:#ff0000; 边框颜色 * width:100px; 对象宽度 * height:100px; 对象高度 * * 示例用法: * var div:...
来源: Laya3.0_文档 发布时间: 20230303
... 为fixedwidth,通过laya2.0设置 该场景 的top、bottom、left,right 是0,场景内部随便搞个元素(比如 box),设置box 的bottom 为0,打开chrome调试,不管任何机型设备,该box元素相对该场景会一直在底部 3、通过 runtime挂载 一个空脚...
来源: Laya_社区 发布时间: 20200612
...。 | | align | 文本的水平对齐方式。可选值有left、center、right。 | | valign | 文本的垂直对齐方式。可选值有top、middle、bottom。 | | color | 文本的颜色值。默认为黑色。 | | bgColor | 文本背景颜色。 | | font | 文本的字体名称。 | | fontSize ...
来源: Laya2.0_文档 发布时间: 20210714
..."; this.iframe.style.left = "0"; this.iframe.style.right = "0"; this.iframe.style.width = "100%"; this.iframe.style.height = "100%" this.iframe.style.border = "none"; this.iframe.style.zIndex=-1 } 那我有一个需求...
来源: Laya_社区 发布时间: 20240304
...l-align:top|bottom|middle; 垂直对齐方式 * align:left|right|center; 水平对齐方式 * line-height:20px; 行高 * background-color:#ff0000; 背景颜色 * border-c...
来源: Laya_社区 发布时间: 20190227