大约有 27 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0041 秒)
...使用RigidBody刚体报错Cannot read properties of undefined (reading '__className') 附件 : --> LayaDemo1.zip 2023-03-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 layabox小高 赞同来自: 2023-03-16...
来源: 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
怎么获取完全限定类名,就像as的getQualifiedClassName 2017-03-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 15068753667 赞同来自: 只限基于ActionScript的项目,基于ts的嗝屁 const ...
来源: Laya_社区 发布时间: 20170317
...cesModuleManager */ static showModuleAndLoadAltas(resAltlasName: string[], className: any, showCompleteFun: Function): void { ResUIModuleManager.poolModulResDic.set(bigao.Utils.GlobalUtils.getClassNameClass(className), { resNames: resAltlasName, time: Laya.timer.currTimer }); ResUIModuleManager.load...
来源: Laya_社区 发布时间: 20170905
...gt;>>>>>>>>>>>>>>>>>>className:layaair.game.utility.LayaAudioMusic,methodName:pauseBackgroundMusic 03-21 20:29:03.195 19155-19277/com.mygame.laya E/LayaBox﹕ >>>>>>>>>>>>before 03-21 20:29:03.196 19155-19277...
来源: Laya_社区 发布时间: 20170321
...gt;>>>>>>>>>>>>>>>>>>className:layaair.game.utility.LayaAudioMusic,methodName:resumeBackgroundMusic >>>>>>>>>>>>before E/LayaBox: >>>>>>>>>>>>after D/ConnectivityMana...
来源: Laya_社区 发布时间: 20190723
...gt;>>>>>>>>>>>>>>>>>>className:layaair.game.utility.LayaAudioMusic,methodName:stopBackgroundMusic 12-26 14:27:10.053 1552-1616/com.mylafe.game.handsomecat E/LayaBox: >>>>>>>>>>>>before 12-26 14:27:10.059 1552...
来源: Laya_社区 发布时间: 20191226
...ment.createElement("div"); this.MyContent.id = "MyContent"; this.MyContent.className = "MyContent"; this.modlueDiv.appendChild(this.MyContent); this.MyContent.innerText = "复制成功"; } this.MyBtn = document.getElementById("MyBtn"); if (this.MyBtn == null) { this.MyBtn = document.createElement(...
来源: Laya_社区 发布时间: 20181214
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
...添加代码addComponent(Laya.PolygonCollider) 报cannot read property '__classname' of undefined。 不用我上传实例DEMO,就新建物理demo,把plane.addComponent(Laya.PhysicsCollider)改为addComponent(Laya.PolygonCollider)就报错了。打算测试这个组件的,测不了。 附件 : -...
来源: Laya_社区 发布时间: 20200618