• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 329 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0048 秒)

251. TypeError: ele.render is not a function [ 67%]

TypeError: ele.render is not a function 我在ui里面加一个list的组件一直给我报错 2018-01-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 5 个回复 qian 赞同来自: https://ldc.layabox.com/doc/?nav=zh-as-6...

来源: Laya_社区 发布时间: 20180117

252. 类未找到方法 [ 67%]

类未找到方法 public class Welcome extends welcomeUI { public function Welcome() { requestData(); } private function requestData():void{ RequestConfig.instance.getRequestConfig(String(0), requestCallback); } private function requestCallback(success:Boolean):void { if(success) { loadingRes(); }...

来源: Laya_社区 发布时间: 20170118

253. 微信小游戏子域问题 [ 67%]

... VM317:1 gameSubContextThirdScriptError wx.getFileSystemManager is not a function;at requestAnimationFrame callback function TypeError: wx.getFileSystemManager is not a function    微信子域报这个错误。 2018-08-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结...

来源: Laya_社区 发布时间: 20180803

254. 发布时勾选压缩js后,gulp uglify生成的sourcemap在哪里 [ 66%]

... // 压缩js gulp.task("compressJs", ["compressJson"], function () { if (config.compressJs) { return gulp.src(config.compressJsFilter, { base: releaseDir }) .pipe(sourcemaps.init({loadMaps:true})) .pipe(uglify({ mangle: { keep_fnames:true } })) .pipe(sourcemaps.write(releaseDir +...

来源: Laya_社区 发布时间: 20190528

255. this.bitmap.activeResource is not a function [ 66%]

this.bitmap.activeResource is not a function //开放域层级 private static _openZone:Laya.Sprite; //开放域纹理 private static _openZoneTexture:Laya.Texture; public static openZone(vx:number=0,vy:number=0,scaleX:number=1,scaleY:number=1) { if(!this._openZone) { //开放域 this._openZone = n...

来源: Laya_社区 发布时间: 20200618

256. 微信小游戏子域问题 [ 66%]

... 开启了资源MD5的情况下 会出现wx.getFileSystemManager is not a function;at requestAnimationFrame callback function TypeError: wx.getFileSystemManager is not a function 2018-08-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的...

来源: Laya_社区 发布时间: 20180807

257. 发布微信小游戏,vivo,oppo真机报错 [ 66%]

...t read property 'HALF_FLOAT_OES' of null;at requestAnimationFrame callback function TypeError: Cannot read property 'HALF_FLOAT_OES' of null at RenderTexture._texImage2D (game.js:18:184542) 引擎源代码出错位置如图:  浏览器和微信IDE调试还有其他机型均正常,只有vivo opp...

来源: Laya_社区 发布时间: 20190902

258. JQ集成到Laya二次封装 [ 65%]

...; // //================= demo1 ======================= // JQ(aWater).click(function () { // //我已经打算废弃这样的事件用 on来动态绑定触法 // }) // //================= demo1 ======================= // //================= demo2 ======================= JQ(aWater).on('click', functio...

来源: Laya_社区 发布时间: 20171123

259. 微信小游戏开放域能否调用 wx.shareAppMessage [ 65%]

...SubContextThirdScriptError Laya.Browser.window.wx.shareAppMessage is not a function;at requestAnimationFrame callback function TypeError: Laya.Browser.window.wx.shareAppMessage is not a function 2018-10-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与...

来源: Laya_社区 发布时间: 20181014

260. 加载时间轴动画报错 [ 65%]

...i.loadAtlas("res/atlas/comp.json", Laya.Handler.create(this, showApe));   function showApe(){ this.ani.loadAnimation("TimeLine.ani"); Laya.stage.addChild(this.ani); this.ani.play(); }   运行时报 TypeError:Cannot read property '_create' of null     at Animation._proto.timerLoop(file:///f:/......

来源: Laya_社区 发布时间: 20171028