大约有 1 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0034 秒)
...nMode = Stage.SCREEN_HORIZONTAL; //设置水平对齐 Laya.stage.alignH = "center"; //设置垂直对齐 Laya.stage.alignV = "middle"; //实例一个背景 var bg = new Image(); bg.skin = "../../res/bg.jpg"; Laya.stage.addChild(bg); //实例一个文本 txt = new Text(); txt.text = "点击我切换...
来源: Laya_示例 发布时间: 20241118