大约有 493 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0062 秒)
Laya_社区(201) Laya3.0_api(175) Laya2.0_api(43) laya_api(39) Laya3.0_文档(15) Laya2.0_文档(11) Laya2.0_示例(7) Laya_示例(2)
...齐。 标签垂直对齐 labelVAlign 文本标签的垂直对齐模式:top、middle、bottom,默认为居中对齐。 标签边距 labelPadding 文本标签的边距。格式:上边距、右边距、下边距、左边距。 标签描边宽度 labelStroke 文本标签的描边宽度,以像...
来源: Laya3.0_文档 发布时间: 20251010
...caleY scene scene3D scrollRect skewX skewY stage staticCache texture timer top transform url viewport visible width x y zOrder manager root Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer close contains customRende...
来源: Laya3.0_api 发布时间: 20231115
...Mode = StageScaleMode.NO_SCALE; stage.align = StageAlign.TOP_LEFT; stage.stageFocusRect = false; initDebugTxt(); if (ExternalInterface.available) { var timer:Timer = new Timer(100); ...
来源: Laya_社区 发布时间: 20200217
...style.zIndex = 100;//设置层级 iframe.style.left ="100px"; iframe.style.top ="100px"; iframe.src = "http://ask.layaair.com/"; Laya.Browser.document.body.appendChild(iframe); 这里面需要提醒开发者的就是定位和层级要记得设置。很多开发者不注意导致 iframe 跑到游戏...
来源: Laya3.0_文档 发布时间: 20251010
...caleY scene scene3D scrollRect skewX skewY stage staticCache texture timer top transform url viewport visible width x y zOrder root Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer close contains customRender destro...
来源: Laya3.0_api 发布时间: 20231115
...来实现自定义样式的鼠标提示和参数携带等。 UIComponent top : Number 从组件顶边到其内容区域顶边之间的垂直距离(以像素为单位)。 UIComponent transform : Matrix 对象的矩阵信息。通过设置矩阵可以实现节点旋转,缩放,位移效果。...
来源: Laya2.0_api 发布时间: 20190513
...用来实现自定义样式的鼠标提示和参数携带等。 Component top : Number 从组件顶边到其内容区域顶边之间的垂直距离(以像素为单位)。 Component transform : Matrix 对象的矩阵信息。通过设置矩阵可以实现节点旋转,缩放,位移效果。 ...
来源: laya_api 发布时间: 20170929
...his.logger.left = this.logger.right = this.logger.bottom = 10; this.logger.top = 60; this.logger.text = "等待响应...\n"; this.owner.addChild(this.logger); } /** * 请求出错时触发的回调 * @param e 事件对象 */ private onHttpRequestError(e: any = null): void { console.error("请求失...
来源: Laya3.0_文档 发布时间: 20251010
..._height > 0) { var tempVAlign = (this._textHeight > this._height) ? "top" : this.valign; if (tempVAlign === "middle") startY = (this._height - visibleLineCount * lineHeight) * 0.5 + padding[0] - padding[2]; else if (tempVAlign === "bottom") startY = this._height - visibleLineCount * lineHeight...
来源: Laya_社区 发布时间: 20180417
...来实现自定义样式的鼠标提示和参数携带等。 UIComponent top : Number 从组件顶边到其内容区域顶边之间的垂直距离(以像素为单位)。 UIComponent transform : Matrix 对象的矩阵信息。通过设置矩阵可以实现节点旋转,缩放,位移效果。...
来源: Laya2.0_api 发布时间: 20190513