大约有 450 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0155 秒)
Laya3.0_api(200) Laya_社区(91) Laya2.0_api(61) laya_api(51) Laya3.0_文档(23) Laya2.0_文档(14) Laya_示例(6) Laya2.0_示例(4)
...。 取值范围: "left" :居左对齐; "center" :居中对齐; "right" :居右对齐; Stage alignV : String 垂直对齐方式。默认值为"top"。 取值范围: "top" :居顶部对齐; "middle" :居中对齐; "bottom" :居底部对齐; Stage alpha : Number透明...
来源: Laya2.0_api 发布时间: 20190513
...来自: 找到方法了,使用可以使用Laya.Box 然后设置,left right top bottom 全部都地等于零,这样这个Box的就自动等于父类长宽的,感觉这个也是最快捷方便的一个方法了(本来使用Laya。stage.width,发现,发现只要尺寸变换就要从新获...
来源: Laya_社区 发布时间: 20180723
...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
...景外的所有元素进行相对定位,而UI编辑器里提供的left、right、top、bottom的一些相对定位功能,也都是设置像素值(绝对值),导致我的定位不精准,需要在代码里进一步定位,这样UI编辑器就可有可无了! 比如美工的设计尺寸...
来源: Laya_社区 发布时间: 20170222
... lyjkensou1 • 2018-01-31 14:06 请问一下遮罩可以使用left, top, right, bottom属性吗 https://ask.layabox.com/question/11412
来源: Laya_社区 发布时间: 20171221
...anvas> <!-- right border --> <mx:Canvas x="140" y="0" width="4" height="590" backgroundColor="#c9c9c9" borderColor="#000000" borderStyle="solid" borderThickness="1"> ...
来源: Laya_社区 发布时间: 20180202
...签颜色 labelAlign 文本标签的水平对齐模式:left、center、right,默认为居左对齐 labelVAlign 文本标签的垂直对齐模型:top、middle、bottom,默认为居顶对齐 labelPadding 文本标签的边距。格式:上边距、右边距、下边距、左边距 labelStroke...
来源: Laya3.0_文档 发布时间: 20241014
...textAlign:String — 文本对齐方式,可选值:"left","center","right"。 fillText()method public function fillText(text:String, x:Number, y:Number, font:String, color:String, textAlign:String, underLine:int = 0):void 在画布上绘制文本。 Parameters text:String — 在画布上...
来源: laya_api 发布时间: 20170929
...性值。*/ static CLICK: string; /** 定义 rightmousedown 事件对象的 type 属性值。*/ static RIGHT_MOUSE_DOWN: string; /** 定义 rightmouseup 事件对象的 type 属性值。*/ static RIGHT_MOUSE_UP: string; ...
来源: Laya_社区 发布时间: 20170601
... Shift 键的值为 KeyLocation.LEFT,右 Shift 键的值为 KeyLocation.RIGHT。另一个示例是区分标准键盘 (KeyLocation.STANDARD) 与数字键盘 (KeyLocation.NUM_PAD) 上按下的数字键。 Event nativeEvent : * 原生浏览器事件。Event shiftKey : Boolean[read-only] 表示 Shif...
来源: Laya2.0_api 发布时间: 20190513