大约有 80 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0045 秒)
请教专家: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
... = 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
...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
... 引擎版本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
....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
...的插件的参数,你看下有没有错误 读取代码: Laya.loader.create("res/1.lh",Handler.create(this,onModelOK),null,Sprite3D); private function onModelOK():void { //添加3D场景 var scene:Scene = new Scene(); ...
来源: Laya_社区 发布时间: 20180116
...长宽高? 请教一个关于laya2.5d项目美术规范的问题哈 Laya.Loader.getRes请教 项目分包后, 运行出错 LayaAir3D 导出和使用U3D粒子特效 unity 粒子特效 laya插件有问题? 问题状态 最新活动: 2018-03-21 10:41 浏览: 949 关注: 2 人
来源: Laya_社区 发布时间: 20180321
...rt和export吗? 请教下微信小游戏的内存和数据缓存? Laya.Loader.getRes请教 问题状态 最新活动: 2020-01-20 15:06 浏览: 586 关注: 1 人
来源: Laya_社区 发布时间: 20200116
....json 文件,或者文件读取失败,请检查后重新编译。 Laya.Loader.getRes请教 自己做的小游戏,很想把它发到微信小游戏里,但是太大了,就来这里分享一下吧 移植了一个游戏 代码重新 写的 请教下微信小游戏的内存和数据缓存? ...
来源: Laya_社区 发布时间: 20180803
...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