• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 1,309 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0053 秒)

351. 微信小游戏运行导出项目的时候报错:Scene: the .lh file root type must be Scene [ 70%]

...e = Laya.Stage.SCREEN_NONE; //开启统计信息 Laya.Stat.show(); console.log("debuginfo LayaAir3D constructer start loadres url:", this._sceneURl); Laya.loader.create([{url:this._sceneURl, clas:MyScene}], Laya.Handler.create(this, this.loadComplete)); } private loadComplete():void { cons...

来源: Laya_社区 发布时间: 20180317

352. 屏幕适配-屏幕适配 [ 70%]

...+ modes[index] + ")"; } function onClick(e) { //输出坐标信息 console.log("mouse:", Laya.stage.mouseX, Laya.stage.mouseY); } function onResize() { //输出当前适配模式下的stage大小 console.log("size:", Laya.stage.width, Laya.stage.height); } })();module laya { import Sprite = Laya.Spr...

来源: Laya_示例 发布时间: 20241125

353. HTMLDivElement中图文混排怎么获取实际内容大小 [ 70%]

...ment(); imageHtml.innerHTML="<img src='res/image/1.png' />"; console.log("size: " + imageHtml.width + ", " + imageHtml.height); console.log("contextSize: " + imageHtml.contextWidth + ", " + imageHtml.contextHeight); Laya.stage.addChild(imageHtml);   上述代码在Laya中运行 正确显示...

来源: Laya_社区 发布时间: 20171118

354. 屏幕适配-屏幕适配 [ 70%]

..." + "(" + modes[index] + ")"; } onClick(e) { //输出坐标信息 console.log("mouse:", Laya.stage.mouseX, Laya.stage.mouseY); } onResize() { //输出当前适配模式下的stage大小 console.log("size:", Laya.stage.width, Laya.stage.height); } } new SmartScale_T();module laya { import Sprite = La...

来源: Laya2.0_示例 发布时间: 20241125

355. 使用IDE生成图集后,无论使用图集下的某个小图 [ 70%]

... function () { var _getRes = Laya.loader.getRes('bg-toolbar.png'); console.log(_getRes); }));然后log出来是undefined的,请问如何破?还有,对于图集的存放位置有什么要求吗(我不是用ide开发的,只是使用ide来打包图集) 2017-02-23 添加评论 免费帖 --> ...

来源: Laya_社区 发布时间: 20170223

356. 物理系统之FixedConstraint(ActionScript-3D基础(AS3)-LayaAir3D之物理系统) [ 70%]

...straint.connectedBody.mass = mass+1; //输出当前约束所受力 console.log(this.fixedConstraint.currentForce); //输出当前约束所受的力矩 console.log(this.fixedConstraint.currentTorque); } } override public function onJointBreak() { console.log("break"); } ``` - 4.示例效果展示 在...

来源: Laya2.0_文档 发布时间: 20210714

357. 仅在Android微信小游戏下图片错乱 [ 69%]

..., null, Loader.IMAGE, 1, true, null, true) } static onLoaded(res){ console.log("public assets inited !!!!") console.log(Laya.loader.getRes("res/ui/share@atlas0.png"))//此处会报循环引用错误,也就Android小游戏会 this.sInited = true }   用的是fairygui,目前已经通过删除缓...

来源: Laya_社区 发布时间: 20180609

358. 微信小游戏分包实战(TypeScript-小游戏适配文档-微信小游戏) [ 69%]

...代码如下: ```javascript loadTask.onProgressUpdate(res => { console.log('下载进度', res.progress) console.log('已经下载的数据长度', res.totalBytesWritten) console.log('预期需要下载的数据总长度', res.totalBytesExpectedToWrite) }) ``` 本篇文档主要是讲分包方法...

来源: Laya2.0_文档 发布时间: 20210715

359. IDE2.3.0发布vivo无法生成二维码 [ 69%]

...个“mg-service”命令的问题 调了一天了 裂开了 附件 : --> log.rar 相关链接 : https://ask.layabox.com/question/42675   2020-01-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 kylin 赞同来...

来源: Laya_社区 发布时间: 20200114

360. 分享 修复webaudiosound 循环播放的声音 俩个失声问题 [ 69%]

...lay = function () { // if (this.url.indexOf("music.d") != -1) { // console.log("play", this.url) // console.trace("play", this.url) // } Laya.SoundManager.addChannel(this); this.isStopped = false; this._clearBufferSource(); if (!this.audioBuffer) { // console.log("audioBuffer is null",this.url) retu...

来源: Laya_社区 发布时间: 20201014