大约有 1 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0014 秒)
... Tween(); this.setup(); } setup() { this.createPhoenixes(); // 动态背景渲染 this.evalBgColor(); Laya.timer.frameLoop(1, this, this.renderBg); } createPhoenixes() { let scaleFactor = Math.min( Laya.stage.width / (phoenixWidth * 2), Laya.stage.height / phoenixHeight); // 混合模式的凤凰 le...
来源: Laya2.0_示例 发布时间: 20241117