大约有 4 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0023 秒)
...2.1 Drag Area属性2.2 Is Modal属性2.3 Is Show Effect 属性2.4 Is Popup Center属性3、代码创建Dialog组件Dialog组件参考 Dialog继承于View,主要用于弹窗面板, 1、Dialog组件创建 Dialog组件可以通过IDE的可视化操作直接进行创建,步骤为右键单击Scene2...
来源: Laya3.0_文档 发布时间: 20230303
...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
..."#ff0000"。 * @param textAlign 文本对齐方式,可选值:"left","center","right"。 */ fillText(text: string | WordText, x: number, y: number, font: string, color: string, textAlign: string): FillTextCmd { return this.addCmd(FillTextCmd.create(text, x, y, font, color, textAlign, 0, ""));...
来源: Laya3.0_文档 发布时间: 20251010
...t Bone(骨骼根节点) 支持 Bounds(包围盒) 支持(包括:Center中心(X、Y、Z)、Extent范围(X、Y、Z)) Materials(材质) 支持(包括:Size大小、Element材质球元素) 4.4.3 材质 对于模型的材质,这里我们介绍一下常见支持的材质类...
来源: Laya3.0_文档 发布时间: 20251010