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

大约有 842 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0045 秒)

501. laya的drawToTexture太坑 [ 53%]

...width, bounds.height, -bounds.x + view.x, -bounds.y + view.y) as laya.resource.Texture; shadow.graphics.drawTexture(texture, bounds.x, bounds.y, bounds.width, bounds.height, null, 0.3); shadow.pos(view.x, view.y); view.parent.addChild(shadow); 2020-03-30 添加评论 免费帖 --> 分享...

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

502. Texture自动恢复还是存在另外的问题 [ 53%]

Texture自动恢复还是存在另外的问题 laya.resource.Texture类 __proto.recoverBitmap=function(){        var _$this=this;         var url=this._bitmap.url;         if (!this._destroyed && (!this._bitmap || this._bitmap.destroyed)&& url){            ...

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

503. 预加载音频文件遇到的问题 [ 53%]

... console.log("播放完成"); } 运行能正常运行但是控制台提示 Resources already exist,is repeated loading: D:/html5yx/project_zz/myxfj/bin/res/sound/bloodstream_bg.mp3 请问这是怎么回事。   附件 : --> 2018-03-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找...

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

504. 2D性能优化 · LayaAir3.3 · 引擎文档 · LAYABOX [ 53%]

...卸载后的资源状态: var assets: Array<any> = [] assets.push("resources/apes/monkey0.png"); assets.push("resources/apes/monkey1.png"); assets.push("resources/apes/monkey2.png"); assets.push("resources/apes/monkey3.png"); Laya.loader.load(assets).then(()=>{ for(var i:number = 0, len: ...

来源: Laya3.0_文档 发布时间: 20251010

505. [LayaAir3]转换BragonBones生成的骨骼动画报错 [ 53%]

...perties of undefined (reading 'skeleton')at /C:/Program%20Files/LayaAirlDE/resources/app.asar/sceneEditor.js:2 附件 : --> 2024-07-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 chen 赞同来自: 解决了吗...

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

506. LayaAir IDE 1.7.16beta 图集打包就产生一个.res文件 [ 53%]

...包就产生一个.res文件 "/Applications/LayaAirIDE_beta.app/Contents/Resources/app/out/vs/layaEditor/libs/TP/atlas-generator" -S 2048 -s 512 "/Users/passionzhang/Develop/wegame/wordwar/laya/assets/comp" -o "/Users/passionzhang/Develop/wegame/wordwar/laya/assets/atlas" --dataFormat json --scale 1...

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

507. Quaternion To Matrix conversion failed because input Quaternion is invalid [ 53%]

...导出的场景在手机上提示"request:fail invalid url" Failed to load resource: net::ERR_FILE_NOT_FOUND 发布小游戏时提示:[xmldom error] element parse error: Error: invalid tagName: 编译报错 出错了:FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory ...

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

508. 为什么SoundManager.PlaySound 不发出声音,后台报了一堆错误显示 [ 53%]

....PlaySound 不发出声音,后台报了一堆错误显示 错误提示:Resources already exist,is repeated loading: res/sound/Award.mp3是在使用了 SoundManager.mute = true;然后又设置.mute=false;之后,有的代码里可以放声音,有的代码里不行 2018-05-11 添加评论 免...

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

509. Laya2.0.2 mask和graphics的几个问题 [ 53%]

...emo了,相关问题论坛上已经很多人发现了。 1)调用 Laya.Resource.destroyUnusedResources(); 后,再进入包含mask的scene,画面就会不正常,全屏闪烁,mask图片上显示错乱的贴图。 2) 使用graphics.drawPie结合mask时,进度条不断刷新增长时会闪...

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

510. core.js的版本控制 [ 53%]

...ectPack.addFileToDicData(FileManager.getPath(RunConfig.sourcePath + "/resource","serverList.json"),this.noVersionDic);//serverlist不加入版本控制 if(LayaAirProjectPack.isTrue(RunConfig.enableVersion)) LayaAirProjectPack.addFileToDicData(FileManager.getPath(RunConfig.sourceP...

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