大约有 8,014 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0131 秒)
Laya_社区(7332) Laya3.0_api(672) Laya2.0_文档(4) Laya3.0_文档(3) Laya2.0_api(1) Laya_示例(1) Laya2.0_示例(1)
...var data:*; data=Loader.getRes(_url); if (!data) { event(Event.ERROR,"file not find"); return; } //保护修改-----start------------------ var atlasData:Object = Loader.getAtlas(_atlasPath); if(!atlasData) { event(Event.ERROR,"file not find"); return; } //保护修改-----end------------------ this...
来源: Laya_社区 发布时间: 20180907
...om,编译报错 如题,错误信息为 warning:XmlDom This variable is not defined. 2017-10-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Monica - 知识达人 赞同来自: mab604790322 这个目前确实...
来源: Laya_社区 发布时间: 20171020
...8,rankTexture.width,rankTexture.height); }); 报错bitmap._addReference is not a function TypeError: bitmap._addReference is not a function 这是报错地方的代码 /** *<code>Texture</code> 是一个纹理处理类。 */ //class laya.resource.Texture extends laya.events.EventDispatch...
来源: Laya_社区 发布时间: 20180504
程序可以运行,但是过一段时间会出现Uncaught TypeError: Cannot read property 'font' of null错误,如何修改代码 附件 : --> 2017-11-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 wudi199...
来源: Laya_社区 发布时间: 20171103
...附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined laya2.0加载3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 3d项目-unity添加物理组件 layanative2 打包android平台 报错 btCollisionObject undefined 用了ByteAr...
来源: Laya_社区 发布时间: 20180822
子弹添加了colliderShape后onUpdate移动,destroy会报错“Cannot read property 'getWorldTransform' of null” 发射时生成子弹: onFire() { if (this.isFire) { Laya.Mesh.load("fly2/fly3-bullet.lm", Laya.Handler.create(this, function (m) { let bullet = new Laya.MeshSprite3D(m); this.Sn...
来源: Laya_社区 发布时间: 20190308
...编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target Laya中的宏编译要怎么用啊 ide 2.4 layaair2-cmd 编译报错 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined 版本不匹配! 全局 tsc (2.2.2) !...
来源: Laya_社区 发布时间: 20200409
...var data:*; data=Loader.getRes(_url); if (!data) { event(Event.ERROR,"file not find"); return; } //保护修改-----start------------------ var atlasData:Object = Loader.getAtlas(_atlasPath); if(!atlasData) { event(Event.ERROR,"file not find"); return; } //保护修改-----end------------------ this...
来源: Laya_社区 发布时间: 20180908
..., 400); // 无加载失败重试 Laya.loader.retryNum = 0; var urls = ["do not exist", "../../res/fighter/fighter.png", "../../res/legend/map.jpg"]; Laya.loader.load(urls, Handler.create(this, onAssetLoaded), Handler.create(this, onLoading, null, false), Loader.TEXT); // 侦听加载失败 Laya.load...
来源: Laya_示例 发布时间: 20251209
...回音乐音效全无 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 骨骼动画播放完后的回调时间 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined LayaNative ios上js访问不到JSBridge类中的方法,请求官方帮...
来源: Laya_社区 发布时间: 20170207