大约有 1 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0009 秒)
....spBg = Sprite.fromImage(PathBg); Laya.stage.addChild(this.spBg); // 创建动画 this.aniFly = new Animation(); this.aniFly.loadAtlas(PathFly); this.aniFly.play(); this.aniFly.pos(250, 100); Laya.stage.addChild(this.aniFly); // 创建按钮 this.btn = new Sprite().size(205, 55); this.btn.graphics.d...
来源: Laya2.0_示例 发布时间: 20241118