大约有 2 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0016 秒)
.../ 2 - 35; this.counter.y = (Laya.stage.height - this.counter.height) / 2 - 40; this.owner.addChild(this.counter); } private showTotalSeconds(): void { var clip: Laya.Clip = new Laya.Clip(this.clipSkin, 10, 1); clip.index = clip.clipX - 1; clip.pos(this.counter.x + 60, this.counter.y); this.owner.add...
来源: Laya3.0_文档 发布时间: 20251010
...random() - 0.5) * 10); moveRanges[i] = new Vector3((Math.random() - 0.5) * 40, 0, (Math.random() - 0.5) * 40); } var spotLight: Laya.Sprite3D = (<Laya.Sprite3D>this.scene.addChild(new Laya.Sprite3D())); var spotLightCom: Laya.SpotLightCom = spotLight.addComponent(Laya.SpotLightCom); spotLight....
来源: Laya3.0_文档 发布时间: 20251010