大约有 1,740 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0058 秒)
...出的3D动画模型,导入 laya环境报错: node._setParent is not a function var role3D: Laya.Sprite3D = Laya.loader.getRes("res/lk4.lh") as Laya.Sprite3D; //加载到场景 scene.addChild(role3D); //此处报错 var ani = role3D.getComponent(Laya.Animator) as Laya.Animator; //播放攻击...
来源: Laya_社区 发布时间: 20191203
laya加载unity插件导出的场景 physics3D is not a function unity 导出的场景 放入LayaAir5.1里面加载 有 physics3D 引用。 但是一直报 laya.d3.js:14694 Uncaught TypeError: physics3D is not a function at Function.Laya3D.init (laya.d3.js:14694) at new GameUI (GameUI.ts:34) at Sce...
来源: Laya_社区 发布时间: 20181227
TypeError: Cannot read property '_layer' of null; at Function.FrustumCulling.renderObjectCulling 写了一个可以随机生成物体的生成器,当发生碰撞就销毁,启动之后报这个错,如果不销毁就没有问题。 附件 : --> 2018-12-10 添加评论 免费帖 --> 分享 微...
来源: Laya_社区 发布时间: 20181210
...ipt、TypeScript三种开发语言、LayaAirIDE让项目开发更高效。(function() { var Event = Laya.Event; var Loader = Laya.Loader; var Texture = Laya.Texture; var Handler = Laya.Handler; (function() { Laya.init(550, 400); // 无加载失败重试 Laya.loader.retryNum = 0; var urls = ["do not ...
来源: Laya_示例 发布时间: 20241118
...自定义的一个方法类,为什么第二次运行程序就报is not a function,第一次就是好的 代码在附件里报错后把import utils.CenterPivot;重新写一遍,让系统重新识别一遍又不报错了,然后再运行又开始一直报错,不明白为什么错还分第一...
来源: Laya_社区 发布时间: 20170907
...0 0 分享 微博 QZONE 微信 cuixueying 赞同来自: Game.jsvar Game = (function(){ (function Game(){ Laya.init(600,800); this.bg = new window.Background(); Laya.stage.addChild(this.bg); })(); })();Background.js var Background = (function(_super){ function Background(){ Background.super(this); th...
来源: Laya_社区 发布时间: 20170420
...RROR][RUNTIME] thirdScriptError undefined;at api readFile success callback function 调用资源加载,不管是异步加载还是预加载,在Android平台没问题,到IOS平台就报这个错: [TMA][ERROR][RUNTIME] thirdScriptError undefined;at api readFile success callback functi...
来源: Laya_社区 发布时间: 20191012
...1-07 0 0 分享 微博 QZONE 微信 apeCom 赞同来自: var Loading_fly = function (_super) { function Loading_fly() { Loading_fly.super(this); this.onPlay(); } Laya.class(Loading_fly, "Loading_fly", _super) var _proto = Loading_fly.prototype; _proto.onPlay = function () { UIConfig.popupBgAlpha = 0...
来源: Laya_社区 发布时间: 20171107
...信小游戏后运行时初始化出错:TypeError: window.PHYSX is not a function 附件 : --> LayaPhysicsWeixin.zip 2024-01-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 layabox 赞同来自: 该问题...
来源: Laya_社区 发布时间: 20240118
...1-10 0 1 分享 微博 QZONE 微信 oy2419498011 赞同来自: var shouye=(function(){ (function shouye(){ Laya.init(100,300); this.bgimg=new BackGround(); Laya.stage.addChild(this.bgimg); })(); return shouye; })(); var BackGround = (function (_super) { function BackGround() { BackGround.super(thi...
来源: Laya_社区 发布时间: 20180110