大约有 5 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0015 秒)
..."res/cartoon2/yd-6_03.png", "res/cartoon2/yd-6_04.png", "res/cartoon2/yd-6_05.png", "res/cartoon2/yd-6_06.png", "res/cartoon2/yd-6_07.png", "res/cartoon2/yd-6_08.png", ], character2 = [ "res/cartoon2/yd-3_01.png", "res/cartoon2/yd-3_02.png", "res/cartoon2/yd-3_03.png", "res/cartoon2/yd-3_04.png", "r...
来源: Laya2.0_示例 发布时间: 20251209
Layabox是免费开源的HTML5引擎解决方案,产品家族中包括LayaAir引擎、LayaFlash引擎、LayaOpen开放平台、LayaMarket SDK、LayaStore嵌入式游戏商店、LayaPlayer运行器。核心引擎LayaAir性能全球领先,支持2D、3D、VR开发,支持AS3、JavaScript、TypeScr...
来源: Laya2.0_示例 发布时间: 20251209
...ar.value >= 1) { this.progressBar.value = 0; } this.progressBar.value += 0.05; } onChange(value) { console.log("进度:" + Math.floor(value * 100) + "%"); } } new UI_ProgressBar();module laya { import Stage = Laya.Stage; import ProgressBar = Laya.ProgressBar; import Handler = Laya.Handler; import ...
来源: Laya2.0_示例 发布时间: 20251209
...Joint.anchor = [box.width / 2, box.width / 2]; revoluteJoint.motorSpeed = .05 * Math.PI; revoluteJoint.maxMotorTorque = 1e8; revoluteJoint.enableMotor = true; box.addComponentIntance(revoluteJoint); Laya.Laya.timer.frameLoop(1, this, this.addMiniBox); } addMiniBox() { let box = this.box; if (this.co...
来源: Laya2.0_示例 发布时间: 20251209
...use); // 提示文字 var image = new Laya.Image("res/ui/refreshList/img_bg05.png"); Laya.stage.addChild(image); image.pos(510, 20); image.width = 484; image.height = 256; var tiptext = new Text(); image.addChild(tiptext); tiptext.text = "操作提示"; tiptext.font = "Microsoft YaHei"; tiptext.font...
来源: Laya2.0_示例 发布时间: 20251209