大约有 450 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0046 秒)
Laya3.0_api(200) Laya_社区(91) Laya2.0_api(61) laya_api(51) Laya3.0_文档(23) Laya2.0_文档(14) Laya_示例(6) Laya2.0_示例(4)
...向量的点积。 Parameters a:Vector2 — left向量。 b:Vector2 — right向量。 ReturnsNumber — 点积。 forNativeElement()method public function forNativeElement(nativeElements:Float32Array = null):void Parameters nativeElements:Float32Array (default = null)fromArray()method public ...
来源: Laya2.0_api 发布时间: 20190513
...轴心点会影响对象位置,缩放中心,旋转中心。Sprite right : Number 从组件右边到其内容区域右边之间的水平距离(以像素为单位)。 Component rotation : Number旋转角度,默认值为0。以角度为单位。Sprite scaleX : Number[override] X轴缩...
来源: laya_api 发布时间: 20170929
...left_1.png" editorInfo="compId=29"/> <Image y="338" x="604" var="headRight" skin="setting/server_run_right.png" editorInfo="compId=27"/> </Dialog> Dialog作为最层 元素 2017-02-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内...
来源: Laya_社区 发布时间: 20170221
... 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
...都设置为1334*750,然后设置给UI页面设置相对布局(left,right,top,bottom),最后在代码中设置适配模式SCALE_FIXED_WIDTH !
来源: Laya_社区 发布时间: 20180313
...对齐(align)分别是left(居左对齐)、center(居中对齐)、right(居右对齐);垂直对齐(valign)分别是top(居顶对齐)、middle(居中对齐)、bottom(居底对齐) bgColor 背景颜色,勾选后可以直接输入颜色值,例如:#ffffff,也可以点击...
来源: Laya3.0_文档 发布时间: 20241014
...; end; i++) { var lines = this.typeLines[i]; var _word; if (this.align == "right") { startX = this._width - padding[1] - this.getTextLinesWidth(lines); } else if (this.align == "center") { startX = (this._width - this.getTextLinesWidth(lines)) * 0.5 + padding[3] - padding[1]; } let nowX = startX - (...
来源: Laya_社区 发布时间: 20180417
...黑色) labelAlign 文本标签的水平对齐模式:left、center、right,默认为居左对齐 labelPadding 文本标签的边距。格式:上边距、右边距、下边距、左边距 strokecolors 勾选后,可以根据状态设置文本的描边颜色。分三种状态进行设置:...
来源: Laya3.0_文档 发布时间: 20241014
...颜色。 labelAlign 文本标签的水平对齐模式:left、center、right,默认为居中对齐。 labelVAlign 文本标签的垂直对齐模式:top、middle、bottom,默认为居中对齐。 labelPadding 文本标签的边距。格式:上边距、右边距、下边距、左边距。 la...
来源: Laya3.0_文档 发布时间: 20241014
...用fixedauto、或者full适配模式后,将bg的top、bottom、left、right属性设置为0,不就可以铺满全屏了么。 2018-06-21 0 1 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: 发个可复现demo吧 2018-06-04 0 2 分享 微博 QZONE 微信 kezhiyu 赞同来自: 改用款...
来源: Laya_社区 发布时间: 20180604