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

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

41. loader.create加载某个文件,当这个文件不存在的时候,需要怎样监听事件呢? [ 61%]

...样监听事件呢? 当加载的文件不存在时会有 Failed to load resource: net::ERR_FILE_NOT_FOUND   这样的LOG,但是代码上要怎样监听这个事件呢?好像没有异常抛出来。 2017-07-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已...

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

42. ani not found: diyi/diyigedonghua.ani#d [ 60%]

...出现卡顿 急急急,如何设置按钮点击加载ani Failed to load resource: net::ERR_FILE_NOT_FOUND 移除ANI 有关于在UI界面中使用.ani动画制作时间轴动画的问题 ani文件复制一份 改变 里面的图 有问题 Animation._loadAnimationData方法内释放.ani文件的调...

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

43. Request failed Status:404 text:undefined [ 60%]

...ive2 打包android平台 报错 btCollisionObject undefined Failed to load resource: net::ERR_FILE_NOT_FOUND 更新客户端版本后 所有的Text的位置都对不上了 unity导出的场景在手机上提示"request:fail invalid url" 鼠标自定义样式官方有支持吗,Laya.Mouse.hide()会...

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

44. 新建一个空项目,什么都没改动,调试就开始报错 [ 60%]

...个空项目,什么都没改动,调试就开始报错 Failed to load resource: net::ERR_FILE_NOT_FOUN file:///F:/Qui/sife/dev/TigerGame/bin/libs/matter-RenderLaya.js  我看了下Lib里面没有matter-RenderLaya.js但是有个LayaRender.js 他们是同一个吗? 2017-02-22 添加评论 免...

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

45. websocket connection failed: Invalid frame header [ 60%]

...导出的场景在手机上提示"request:fail invalid url" Failed to load resource: net::ERR_FILE_NOT_FOUND Unity导出有光照贴图时,出现错误:ArgumentException: Invalid path 最新的ide打包为百度小游戏,在百度开发者工具,websocket详情显示不出来 websocket服务...

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

46. laya/assets下文件打图集问题 [ 60%]

...更新, 导致进入游戏还是访问不到头文件,Failed to load resource: net::ERR_FILE_NOT_FOUND [ 2019-10-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 layabox 赞同来自: 使用Ctrl+F12重新导...

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

47. Uncaught TypeError: Failed to execute 'dispatchEvent' on 'EventTarget [ 60%]

...试出现报错Uncaught (in promise) DOMException: play() Failed to load resource: net::ERR_FILE_NOT_FOUND 加载龙骨动画出报错Uncaught getUint16 error - Out of bounds Uncaught TypeError: Cannot read property 'props' of undefined 鼠标自定义样式官方有支持吗,Laya.Mouse.hide()会...

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

48. TypeError: Failed to execute 'dispatchEvent' on 'EventTarget': parameter 1 is not of type 'Event'. [ 60%]

...TypeError: Cannot read property 'cursor' of undefined错误 Failed to load resource: net::ERR_FILE_NOT_FOUND Uncaught TypeError: Cannot read property 'props' of undefined TypeError: Cannot read property 'm_jointList' of null 【新手求助】播放动画问题 Uncaught TypeError: Cannot read proper...

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

49. Cannot read property 'load' of null [ 59%]

... 代码如下: class main{ constructor(){ MapManager.getInstance().LoadMapResource(); } } new main(); class MapManager { private static s_instance = null; public static getInstance():MapManager { if(null==this.s_instance) { this.s_instance=new MapManager(); this.s_instance.init(); } return this.s_in...

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

50. 如何从代码中创建UI,progressbar [ 59%]

...sBar.value=0.5; Laya.stage.addChild(progressBar); 后台: Failed to load resource: net::ERR_FILE_NOT_FOUND(FILE///..../bin/commonUI/anniu05a$bar.png) [warn]Retry to load:/......./bin/commonUI/anniu05a$bar.png 但能显示出来, 2.skin这个属性和graphiscs.darw有什么区别,效果都一...

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