大约有 2 项符合查询结果, 库内数据总量为 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
...eUp(evt) { if (this.isDestroyed) { //通过设置 visible=true ,来触发渲染,然后引擎会自动恢复资源 this.spBg.visible = true; this.aniFly.visible = true; this.isDestroyed = false; this.txt.text = "销毁"; } else { //通过设置 visible=false ,来停止渲染对象 this.spBg.vis...
来源: Laya2.0_示例 发布时间: 20241117