大约有 450 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0040 秒)
Laya3.0_api(200) Laya_社区(91) Laya2.0_api(61) laya_api(51) Laya3.0_文档(23) Laya2.0_文档(14) Laya_示例(6) Laya2.0_示例(4)
... { console.log("Move right!"); }else if (moveLen < -10) { console.log("Move Left!"); } } ...
来源: Laya_社区 发布时间: 20160823
...白色) labelAlign 文本标签的水平对齐模式:left、center、right labelPadding 文本标签的边距。格式:上边距、右边距、下边距、左边距 strokeColors 勾选后,可以根据状态设置文本的描边颜色。分三种状态进行设置:鼠标移出(up)、鼠...
来源: Laya3.0_文档 发布时间: 20241014
...n) { case alignConfig.CENTER: this.sortOnCenter(); break; case alignConfig.RIGHT: this.sortOnRight(); break; case alignConfig.LEFT: default: this.sortOnLeft(); break; } } /** * 排列字符(适合从左到右) * @param preX * @param preW */ private sortChars(preX: number = 0, preW: number = 0) {...
来源: Laya_社区 发布时间: 20180302
... textAlign: string 文本对齐方式,可选值:"left","center","right"。 lineWidth: number 镶边线条宽度。 borderColor: string 定义镶边文本颜色。 Returns FillTextCmd fillText fillText(text: string | WordText, x: number, y: number, font: string, color: string, textAlign: stri...
来源: Laya3.0_api 发布时间: 20231115
...。 | | 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
...ng = String(_textFormat._leftMargin); // leftMargin = value.leftMargin; // rightMargin = value.rightMargin; // indent = value.indent; // leading = value.leading; } public function get txt():String { return _txt; } public function set txt(value:String):void { _txt = value; text = _txt; } public funct...
来源: Laya_社区 发布时间: 20170516
...l-align:top|bottom|middle; 垂直对齐方式 * align:left|right|center; 水平对齐方式 * line-height:20px; 行高 * background-color:#ff0000; 背景颜色 * border-c...
来源: Laya_社区 发布时间: 20190227
...全屏铺满的需求,可以通过将背景图的top、bottom、left、right属性设置为0,就可以铺满全屏了。 2018-07-13 0 0 分享 微博 QZONE 微信 yoahuili 赞同来自: 小庆庆 官方对这个问题不作为 LAYA所有适配模式对小游戏都是错的,只能自己写...
来源: Laya_社区 发布时间: 20180424
...式,共有三种方式。left:居左对齐,center:居中对齐,right:居右对齐。 sheet 位图内容范围,位图内容在有换行时需要在换行的位置添加空格。 value 位图数字内容。 spacex X方向项间隔,以像素为单位。 spacey Y方向项间隔,以像...
来源: Laya3.0_文档 发布时间: 20241014