大约有 249 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0032 秒)
Laya_社区(97) Laya3.0_api(48) Laya2.0_api(44) laya_api(40) Laya3.0_文档(10) Laya2.0_文档(6) Laya2.0_示例(3) Laya_示例(1)
...LayoutStyle anchorY : Number = NaNY锚点,值为0-1。LayoutStyle bottom : Number = NaN表示距底边的距离(以像素为单位)。LayoutStyle centerX : Number = NaN表示距水平方向中心轴的距离(以像素为单位)。LayoutStyle centerY : Number = NaN表示距垂...
来源: laya_api 发布时间: 20170929
...ild = new Box(); _child.graphics.drawRect(0, 0, 50, 50, '#336699'); _child.bottom = 0 _parent.addChild(_child); 按理说 我设置了额child的bottom为0 应该是 靠底部对齐才对啊 为什么 是靠顶了 好奇怪啊 2017-02-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有...
来源: Laya_社区 发布时间: 20170222
...就不准了,有什么好方法吗? 有类似于 position: absolute; bottom: 0的方案吗? 现在是用Laya.stage.height - 元素高度,但这样旋屏后定位就错了。 2017-03-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相...
来源: Laya_社区 发布时间: 20170326
...取 如图 在编辑器中,设置自适应大小的属性left, right,top,bottom; 当我在此panel加入N多子项形成列表时,希望某一行在panel的中间 问,在代码中,我如何知道这个panel的显示区域的实际高度 this.panelList.contentHeight? this.panelList.heigh...
来源: Laya_社区 发布时间: 20180814
...铺满,然后高自适应调整,这个你可以通过底部容器设置bottom的相对定位来解决此问题! 2017-03-26 0 5 分享 微博 QZONE 微信 a1005945485 赞同来自: 同问 2017-11-16 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登...
来源: Laya_社区 发布时间: 20170326
... Index Constructors constructor Properties height width x y TEMP Accessors bottom right Methods addPoint clone contains copyFrom equals intersection intersects isEmpty recover reset setTo toString union create Constructors constructor new Rectangle(x?: number, y?: number, width?: number, height?: nu...
来源: Laya3.0_api 发布时间: 20231115
...1983 赞同来自: 补充一下:就是right为0,left不填,top为0,bottom不填就会出现这种情况。left,right,top,bottom都填的时候就没问题 2017-02-17 0 0 分享 微博 QZONE 微信 Laya_XS 赞同来自: 本周版本更新就修复你说的这些问题了,使用过程...
来源: Laya_社区 发布时间: 20170217
...格式),同时将文件名格式改为:文件名.top.jpg、文件名.bottom.jpg、文件名.left.jpg、文件名.right.jpg、文件名.front.jpg、文件名.back.jpg 注意:每张图片的分辨率必须一致 最后,新建一个文本文档,写入“{ "px": "Sunny.front.jpg", "nx": ...
来源: Laya_社区 发布时间: 20171212
...元素进行相对定位,而UI编辑器里提供的left、right、top、bottom的一些相对定位功能,也都是设置像素值(绝对值),导致我的定位不精准,需要在代码里进一步定位,这样UI编辑器就可有可无了! 比如美工的设计尺寸是750*1334,...
来源: Laya_社区 发布时间: 20170222
...eNum=1; this.btn.labelAlign="center"; this.btn.labelVAlign="bottom"; this.btn.labelPadding="0,0,1,0"; this.btn.label=val; if(this.lbl==null){ this.lbl=new Laya.Label(val); this.lbl.name="val"; this.lbl.size(Item.width,Item.height); this.lbl.align="center&...
来源: Laya_社区 发布时间: 20241014