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

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

51. Cannot read property 'load' of null [ 70%]

...被锁定, 无法添加新回复 发起人 zhengmaidou 相关问题 laya2.0加载3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 微信小游戏兼容性bug 部分机型load场景不显示 Cannot read property 'displayObject' of null 鼠标自定义样式官...

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

52. 微信小游戏加载问题 [ 70%]

微信小游戏加载问题 laya版本2.6.1. 如图一,某些情况这里创建图片失败,查代码发现,本地文件已经被删除但是MiniFileMgr.fakeobj中还存在。 如图2 wxmini中有两处MiniFileMgr.fs.unlink的地方 但是并未删除MiniFileMgr.fakeobj中的数据 这里...

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

53. 1.7.18beta少方法? [ 69%]

...認為true時是否會遞歸調用子對象的destroy方法? 单个场景加载的时候,使用的Scene3D.load方法的第一个例子,地面部分是白色的 分享:Sprite 转换成3D贴图(Texture2D)的方法,如果有更好的方法,请告诉我。 问题状态 最新活动: 2018...

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

54. 在微信分享成功的回调函数里,Laya播放音效失败[ 69%]

...骼动画播放完后的回调时间 Animation 的createFrames 使用已经加载的图集缓存动画失败 问题状态 最新活动: 2018-05-17 00:12 浏览: 1996 关注: 2 人

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

55. 微信小游戏图片加载不出来 [ 69%]

微信小游戏图片加载不出来 var resArray = [{ url: "ui/BG/Start.png", type: Laya.Loader.IMAGE }, { url: "ui/BG/load.png", type: Laya.Loader.IMAGE }, { url: "res/atlas/comp.atlas", type: Laya.Loader.ATLAS }, { url: "res/atlas/ui.atlas", type: Laya.Loader.ATLAS }, ]; Laya.loader.load(resArra...

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

56. IOs使用手动删除本地资源再次进去加载问题 [ 68%]

IOs使用手动删除本地资源再次进去加载问题 https://ask.layabox.com/question/16878 这个问题 function beginLoad(){ var res_array = [ {url : "res/atlas/loading.atlas", type : Laya.Loader.ATLAS}, {url : "res/atlas/person.atlas", type : Laya.Loader.ATLAS}, {url : "loading/progress.png...

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

57. 批量预加载如果是图片或者声音类型,不会触发加载错误事件 [ 68%]

批量预加载如果是图片或者声音类型,不会触发加载错误事件 用Laya.loader批量加载图片或者声音并指定加载类型时,如果加载错误,并不会触发错误事件。   Laya.loader.on(Laya.Event.ERROR, this, function(){ console.log("err"); }); Laya.loader.load...

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

58. skin加载url资源不会刷新 [ 68%]

skin加载url资源不会刷新 代码如下           Laya.loader.clearRes("http://10.144.1.20:8081/files/ ... 6quot;);         var test: Texture = Laya.loader.getRes("http://10.144.1.20:8081/files/ ... 6quot;);         Laya.loader.load("http://10.144.1.20:8081/files/ ... ot%3B, Handl...

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

59. 第二次截屏不完整的问题 [ 68%]

...-版本更新-问题解答(最新版本:1.7.16) IDE1.7.8 json图集加载问题 关于适配采用showAll后留白部分的颜色问题 求指点3d射线碰撞和UI点击穿透的问题 关于apk打包动画卡的问题 微信小游戏截屏分享 关于主程序过大的问题 问题状态 ...

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

60. 在加载多个资源的时候,加载进度异常 [ 68%]

加载多个资源的时候,加载进度异常 Laya.loader.load(["res/atlas/images.atlas", "res/atlas/f1.atlas", "res/atlas/f2.atlas", "res/atlas/f3.atlas", "res/atlas/f4.atlas", "res/atlas/f5.atlas"],   Laya.Handler.create(this, function(){ }),  Laya.Handler.create(this, function(e){    c...

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