大约有 2 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0012 秒)
...showBg(); this.createTimerAnimation(); this.showTotalSeconds(); this.createController(); } showBg() { const Image = Laya.Image; let bg = new Image(bgSkin); bg.size(224, 302); bg.pos(Laya.stage.width - bg.width >> 1, Laya.stage.height - bg.height >> 1); Laya.stage.addChild(bg); } createTimerAnimation...
来源: Laya2.0_示例 发布时间: 20251130
...as.style.zIndex + 1; videoElement.src = "res/av/mov_bbb.mp4"; videoElement.controls = true; // 阻止IOS视频全屏 videoElement.setAttribute("webkit-playsinline", true); videoElement.setAttribute("playsinline", true); // 设置画布上的对齐参照物 let reference = new Laya.Sprite(); Laya.sta...
来源: Laya2.0_示例 发布时间: 20251130