大约有 1 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0011 秒)
... = (Laya.stage.height - soundButton.height) / 2; //创建一个Sprite充当音乐播放按钮 var musicButton = this.createButton("播放音乐"); musicButton.x = soundButton.x + gap + soundButton.width; musicButton.y = soundButton.y; soundButton.on(Event.CLICK, this, this.onPlaySound); musicButton....
来源: Laya2.0_示例 发布时间: 20241117