大约有 1 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0010 秒)
...横竖屏 Laya.stage.screenMode = Stage.SCREEN_HORIZONTAL; //设置水平对齐 Laya.stage.alignH = "center"; //设置垂直对齐 Laya.stage.alignV = "middle"; //实例一个背景 let bg = new Image(); bg.skin = "res/bg.jpg"; Laya.stage.addChild(bg); //实例一个文本 this.txt = new Text(); thi...
来源: Laya2.0_示例 发布时间: 20241124