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

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

61. 请教专家:curl_easy_perform failed和JCFileRes::onDownloadError file error [ 62%]

请教专家:curl_easy_perform failed和JCFileRes::onDownloadError file error 使用LayaAirIDE导出wkwebview工程后,使用xcode打开并运行,加载游戏时出现了 curl_easy_perform failed, code=6  和JCFileRes::onDownloadError file error[6]:http://stand.alone.version/res3d/scene/Asse...

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

62. 【简单跑酷--JS版】---Lv.6 终篇 [ 62%]

... = function(type){ this.width = 180; this.height = 21; var texture1 = Laya.loader.getRes("res/hp_bg.png"); var texture2; switch (type) { case Hp.HP_TYPE_ENERGY: texture2 = Laya.loader.getRes("res/en_bar.png"); break; case Hp.HP_TYPE_SPEED: texture2 = Laya.loader.getRes("res/hp_bar.png"); break; } th...

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

63. demo中的2d和3d混合 加载ktx的资源 会白色的 其他ui没有问题 [ 62%]

...00631用户 赞同来自:    //加载IDE指定的场景         Laya.loader.load([{url:"minastc.config.json",type:Laya.Loader.JSON}],new Laya.Handler(this,function(){             this.astcconfig = Laya.loader.getRes("minastc.config.json");             for(var key in this.astcconfig...

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

64. 微信小游戏资源总是加载旧的资源 [ 61%]

...   引擎版本1.7.18beta   我是用这样的方式加载的图集 Laya.loader.load([{url: "res/atlas/xxx1.json", type: Loader.ATLAS},         {url: "res/atlas/xxx2.json", type: Loader.ATLAS},          {url: "res/atlas/xxx3.json", type: Loader.ATLAS}], Handler.create(...   并且在...

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

65. layaAir分包问题 [ 60%]

....moduleCode[moduleName]; var moduleJs:*; if (codeConfig) { moduleJs = Laya.loader.getRes(codeConfig.url); } return moduleJs; } chunjine • 2017-03-17 15:45 @chunjine:不对,并不能断点,只是有异常能进去。 sleepfish • 2017-03-27 09:36 可以断点。。。只要在data后面加上/...

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

66. unity里导出的骨骼动画无法读取 [ 60%]

...的插件的参数,你看下有没有错误   读取代码:    Laya.loader.create("res/1.lh",Handler.create(this,onModelOK),null,Sprite3D); private function onModelOK():void         {              //添加3D场景              var scene:Scene = new Scene();  ...

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

67. 请教layaAir3d 1.7.6beta使用3dmax的动画模型在unity里run出错 [ 59%]

...长宽高? 请教一个关于laya2.5d项目美术规范的问题哈 Laya.Loader.getRes请教 项目分包后, 运行出错 LayaAir3D 导出和使用U3D粒子特效 unity 粒子特效 laya插件有问题? 问题状态 最新活动: 2018-03-21 10:41 浏览: 949 关注: 2 人

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

68. 请问类库用的1.7,现在打算升级到2.4但是直接更换会出各种问题,请教更换类库需要注意的事项 [ 59%]

...rt和export吗? 请教下微信小游戏的内存和数据缓存? Laya.Loader.getRes请教 问题状态 最新活动: 2020-01-20 15:06 浏览: 586 关注: 1 人

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

69. 请教一下,List的cells如何重新排序? [ 58%]

....json 文件,或者文件读取失败,请检查后重新编译。 Laya.Loader.getRes请教 自己做的小游戏,很想把它发到微信小游戏里,但是太大了,就来这里分享一下吧 移植了一个游戏 代码重新 写的 请教下微信小游戏的内存和数据缓存? ...

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

70. 在父sprite中添加子sprite ,移动父Sprite 子sprite为什么不动? [ 58%]

...e(); // 守护神 this.angel = new Sprite(); // 加载主体的背景 Laya.loader.load("res/island.png", Handler.create(this, function() { // 图片加载 var t = Laya.loader.getRes("res/island.png"); var tBall = Texture.create(t,866,190,548,305); var tTower = Texture.create(t,data.tower[towerLel].x...

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