大约有 2,546 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0070 秒)
...(Laya.Rigidbody3D); } 报错 TypeError: Cannot read properties of undefined (reading '__className') 使用版本laya 3.1.0 beta3 , 老版本3.0.10打包web复制不了animationcontroller,更新到这个版本出现了另外的问题,设置rigidbody3d istrigger 无...
来源: Laya_社区 发布时间: 20240102
...自: Uncaught TypeError: Cannot read property 'layaMotionState_create' of undefined at Rigidbody3D._onAdded (libs/laya.d3.js:4824) at MeshSprite3D._addComponentInstance (libs/laya.core.js:13911) at MeshSprite3D.addComponent (libs/laya.core.js:13958) at Function._createCompone...
来源: Laya_社区 发布时间: 20201204
... Uncaught TypeError: Cannot read property 'sendAtlasToOpenDataContext' of undefined bundle.js:5872 Uncaught TypeError: Cannot read property 'sendAtlasToOpenDataContext' of undefined at bundle.js:5872 at Handler.runWith (laya.core.js:1) at ResInfo.loadComplete (laya.core.js:1) ...
来源: Laya_社区 发布时间: 20191212
...报错信息laya.d3.js:6573 Uncaught TypeError: Cannot set property 'x' of undefined at AnimationTransform3D.get localRotationEuler [as localRotationEuler] (laya.d3.js:6573) at Animator._addKeyframeNodeOwner (laya.d3.js:4560) at Animator._getOwnersByClip (laya.d3.js:4623) at ...
来源: Laya_社区 发布时间: 20200107
...ar 使用会出现<<<TypeError: Cannot read property 'value' of undefined>>> 我的代码为按钮点击后 出现popup并且模拟进度条加载 按钮代码: this.testLoadingBar_anim.on(Event.CLICK,this,()=>{ var loading : Onloading = new Onloading(); loading.po...
来源: Laya_社区 发布时间: 20180524
...截图给研发商 Uncaught TypeError: Cannot read property 'firstInit' of undefined TypeError: Cannot read property 'firstInit' of undefined at EventDispatcher.SharedIFrameUIViewerScene._initRenderAfterComplete (file:///Applications/LayaAirIDE_beta.app/Contents/Resources/app/out/vs/layaEditor...
来源: Laya_社区 发布时间: 20181130
...====== 代码调用: D3Helper.getMaterialByName = function (name) { if (undefined == D3Helper.materialDic[name]) { var material = new Laya.StandardMaterial(); D3Helper.materialDic[name] = material; [b]var testTexture = Laya.Texture2D.load(name);[/b] material.diffuseTexture = testTexture; var tran...
来源: Laya_社区 发布时间: 20180206
...景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 2.2.0beta4 发布微信小游戏,安卓设备加载场景黑屏 laya2的Scene默认是文件模式,不会生成场景类了,此时该如何获得场景内的元素 从unity导出的场景透贴和模型烘焙的...
来源: Laya_社区 发布时间: 20170908
...景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 本地调试加载本地图片都报错 官网示例摇一摇报错,就解决方案 小游戏项目 加载有中文的json文件 报错 微信小游戏编译报错 用了ByteArray的zlib.min.js后报错 runtime运...
来源: Laya_社区 发布时间: 20170204
...et.js?rand=201606151103:396: TypeError: Cannot read property 'indexOf' of undefined if (location.search != "" || location.hash.indexOf('?') > -1){//获取游戏启动地址的... 请问该如何处理呢? 附件 : --> 2018-08-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没...
来源: Laya_社区 发布时间: 20180823