大约有 10 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0112 秒)
使用RigidBody刚体报错Cannot read properties of undefined (reading '__className') 附件 : --> LayaDemo1.zip 2023-03-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 layabox小高 赞同来自: 2023-03-1...
来源: Laya_社区 发布时间: 20230316
js继承模式 new function() { var className = 'BackGround'; window[className] = (function() { Laya.class(Class, className, Laya.Sprite); function Class() { Class.super(this); // this定义.. this.init(); } Class.prototype.init = function() { console.log(this); }; return Class; })(); } var _...
来源: Laya_社区 发布时间: 20170619
...a.addComponent(Laya.Rigidbody3D); } 报错 TypeError: Cannot read properties of undefined (reading '__className') 使用版本laya 3.1.0 beta3 , 老版本3.0.10打包web复制不了animationcontroller,更新到这个版本出现了另外的问题,设置rigidbody3d ...
来源: Laya_社区 发布时间: 20240102
Laya.PolygonCollider 使用laya air ide 2.6.1版本新建的物理 demo,添加代码addComponent(Laya.PolygonCollider) 报cannot read property '__classname' of undefined。 不用我上传实例DEMO,就新建物理demo,把plane.addComponent(Laya.PhysicsCollider)改为addComponent(Laya.PolygonCo...
来源: Laya_社区 发布时间: 20200618
js进度,进度,js场景进度效果 new function() { var className = 'Game'; window[className] = (function(original) { function Class() { this.arr = [ "res/atlas/lucky8.json", "res/atlas/lucky8/lewinlineicons.json", "res/atlas/lucky8/setting.json", "res/atlas/lucky8/setView.json", "res/atlas/lucky...
来源: Laya_社区 发布时间: 20170803
播放背景音乐报错,引发闪退 播放背景音乐,谷歌调试没问题, android 调试发现有报错(但是音乐也能正常播放) 12-26 14:27:10.053 1552-1616/com.mylafe.game.handsomecat E/LayaBox: >>>>>>>>>>>>>>>>>>&g...
来源: Laya_社区 发布时间: 20191226
背景音乐来回切换报错 07-16 13:28:21.072 1331-1384/com.layabox.game I/LayaBox: JCAudioManager::stopMp3 07-16 13:28:21.072 1331-1384/com.layabox.game E/LayaBox: >>>>>>>>>>>>>>>>>>>>>>>>>>>>className:layaair....
来源: Laya_社区 发布时间: 20190716
示例打地鼠发布打包后提示TypeError: this.preinitialize is not a function $ adb shell am start -n "com.layabox.game/demo.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -D Waiting for application to come online: com.layabox.game.test | com.layabox.game Conn...
来源: Laya_社区 发布时间: 20171218
dcc更新失效, 有代码, 100%复现, 三楼附临时解决办法 用附件里与cdn上的dcc描述文件, 可以发现 version.json hash已经发生变化 对应的缓存名叫 fe0aee13 然后我们进入游戏, 从log能看出, assetsid.txt下载成功, 并且对比assetsid不一致, 继续...
来源: Laya_社区 发布时间: 20190516
构建apk后,java报错 2018-11-26 18:31:43.514 4671-4671/? E/asset: setgid: Operation not permitted 2018-11-26 18:31:45.575 1505-1538/? E/PackageManager.DexOptimizer: Well this is awkward; package null had UID -1 java.lang.Throwable at com.android.server.pm.PackageDexOptimizer....
来源: Laya_社区 发布时间: 20181126