大约有 2 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0018 秒)
... align 对齐方式,水平对齐(align)分别是left(居左对齐)、center(居中对齐)、right(居右对齐);垂直对齐(valign)分别是top(居顶对齐)、middle(居中对齐)、bottom(居底对齐) 子项对齐 Align ltems 子项对齐,图文混排时图片和文...
来源: Laya3.0_文档 发布时间: 20251010
...e = 25; this.text.width = 800; this.text.anchorX = 0.5; this.text.align = "center"; this.text.y = 20; this.text.centerX = 0; this.owner.addChild(this.text); } /** * 发起HTTP连接请求 */ private connect(): void { //创建HttpRequest对象 this.hr = new HttpRequest(); //请求响应的进度改...
来源: Laya3.0_文档 发布时间: 20251010