大约有 649 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0052 秒)
unity 导出文件导入LAYA加载报错 Uncaught Error: Material:renderMode value error. at StandardMaterial.<anonymous> (laya.d3.js:24044) at StandardMaterial.__proto.onAsynLoaded (laya.d3.js:23826) at ResInfo.onLoaded (laya.core.js:11401) at EventHandler.__proto.runWith (laya.core.js:672) ...
来源: Laya_社区 发布时间: 20170328
...property 'api' of undefined at ChromeConnection.get api [as api] (d:\LayaBox\LayaAirIDE_1_7_6_beta\resources\app\extensions\laya-debug\node_modules\vscode-chrome-debug-core\out\src\chrome\chromeConnection.js:56:28) at ChromeDebugAdapter.get chrome [as chrome] (d:\LayaBox\LayaAirIDE_1_7_6...
来源: Laya_社区 发布时间: 20170824
...找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 提供一下证明,这个是该有的。 2018-10-25 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 lxyfhl 相关问题 LayaAir3D UnityPl...
来源: Laya_社区 发布时间: 20181022
...到这一步试运行就报错了。 代码: //仓库原型 warehouse1 = Laya.MeshSprite3D.load("model/warehouse/1.lh"); scene.addChild(warehouse1); warehouse1.transform.rotate(new Laya.Vector3(0, 0, 0), false, false); warehouse1.transform.translate(new Laya.Vector3(-25,0,0),false); warehouse1.nam...
来源: Laya_社区 发布时间: 20171219
web打包 laya.d3.js:32159 Uncaught TypeError: Cannot read property 'props' of undefined at Function._getSprite3DHierarchyInnerUrls (laya.d3.js:32159) at Loader._onHierarchylhLoaded (laya.d3.js:32274) at EventHandler.runWith (laya.core.js:1000) at Loader.event (laya.core.js:...
来源: Laya_社区 发布时间: 20200824
...找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 Laya_Aaron 赞同来自: 替换一下这两个类试试 FrameAnimation.zip GraphicAnimation.zip 2018-06-19 0 1 分享 微博 QZONE 微信 BookoMan 赞同来自: Laya.Templet播放spine,会报一个错误: laya.core.js:4334...
来源: Laya_社区 发布时间: 20180619
laya.spine.js问题以及spine.core.js问题 * 使用过程中发现的两个低级错误 laya.spine.js: SpineTemplet_3_x 和SpineTemplet_4_0 这两个类的loop方法里有一些问题,assetManager的错误检测应为放在完成检测之前吧,这样会导致真的发生了加载...
来源: Laya_社区 发布时间: 20220122
... read property 'length' of null at Scene3D.__proto._activeHierarchy (laya.core.js:13721) at Scene3D.__proto._onAdded (laya.core.js:13770) at Scene3D.__proto._setParent (laya.core.js:13486) at Scene3D.__proto._setParent (laya.core.js:18511) at Stage.__proto.addChild (lay...
来源: Laya_社区 发布时间: 20190124
...poorpath02="Comp/yard_swimpool02.png"; export default class Yard extends Laya.Sprite { private swimpoolani:Laya.Animation; constructor() { super(); this.swimpoolani=new Laya.Animation(); //this.init(); this.swimpoolani.loadAtlas("./res/atlas/Comp.atlas",Laya.Handler.create(this,this.onLoaded)); ...
来源: Laya_社区 发布时间: 20190805
使用fairygui加载网络图片资源时,laya.core.js中的drawTexture会报错 异常栈如上图,因为fairygui依赖laya.core.js,所以最后会调用到laya.core.js中, if (!tex.loaded){ tex.once(/*laya.events.Event.LOADED*/"loaded",this,this._textureLoaded,[tex,args]); }执行到这段...
来源: Laya_社区 发布时间: 20180724