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