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

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

31. input setforbidEdit is not a function [ 61%]

...input at api readFile fail callback function 在做微信小游戏排行榜提示wx.getFileSystemManager is not a function 官方视频教程中飞机大战 "this.addChild is not a function" api readFile success callback function undefined api readFile success callback function undefined 打地鼠...

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

32. 预加载音频文件遇到的问题 [ 60%]

...lete(){ console.log("播放完成"); } 运行能正常运行但是控制台提示 Resources already exist,is repeated loading: D:/html5yx/project_zz/myxfj/bin/res/sound/bloodstream_bg.mp3 请问这是怎么回事。   附件 : --> 2018-03-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没...

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

33. dialog.removeSelf is not a function [ 60%]

...le success callback function undefined 打地鼠发布成微信小游戏后提示gameThirdScriptError this.preinitialize is not a function 官方视频教程中飞机大战 "this.addChild is not a function" 微信开发者工具iOS模拟器报错:CharRender_Canvas.ctx.fillAndStrokeText is not a fu...

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

34. Object.defineProperty is not a function [ 59%]

...le success callback function undefined 打地鼠发布成微信小游戏后提示gameThirdScriptError this.preinitialize is not a function 官方视频教程中飞机大战 "this.addChild is not a function" 微信开发者工具iOS模拟器报错:CharRender_Canvas.ctx.fillAndStrokeText is not a fu...

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

35. 问问,想和css那样,写一个animation动画,用laya怎么写,不想在编辑模式下创建动画,只用代码写的那种 [ 59%]

... sky_fly 相关问题 请问laya有没有地图编辑器工具? Ts 编辑提示error TS5023: Unknown option 'p' laya2的Scene默认是文件模式,不会生成场景类了,此时该如何获得场景内的元素 预设怎么在代码中使用 FairyGUI是一款专业的 UI编辑器(千万别...

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

36. t._addReference is not a function [ 59%]

...caught TypeError: tex.once is not a function 在做微信小游戏排行榜提示wx.getFileSystemManager is not a function at api readFile fail callback function 用微信开发者调试的时候出现document.createTextNode is not a function ide导出ui时,UI代码显示不正常在小游戏中...

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

37. 2.0.1beta ctx.getImageData is not a function [ 59%]

...战 "this.addChild is not a function" 打地鼠发布成微信小游戏后提示gameThirdScriptError this.preinitialize is not a function 3Ddemo加载Unity导出场景报错resou._removeReference is not a function 问题状态 最新活动: 2019-04-04 17:30 浏览: 797 关注: 2 人

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

38. this.bitmap.activeResource is not a function. [ 59%]

...caught TypeError: tex.once is not a function 在做微信小游戏排行榜提示wx.getFileSystemManager is not a function 用微信开发者调试的时候出现document.createTextNode is not a function at api readFile fail callback function ide导出ui时,UI代码显示不正常在小游戏中...

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

39. args.slice is not a function [ 58%]

...s(...args):void { var arr2:Array = args.slice(); //(翻译成JS后会报错提示:Uncaught TypeError: undefined is not a function) trace(arr2.toString()); }兼容H5写法:public function funArgs(...args:Array):void{ var arr2:Array = args.slice(); trace(arr2.toString()); } 特殊情况:如果args不...

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

40. args.slice is not a function [ 58%]

...s(...args):void { var arr2:Array = args.slice(); //(翻译成JS后会报错提示:Uncaught TypeError: args.slice is not a function) trace(arr2.toString()); }[/i]  兼容H5写法:[i]public function funArgs(...args:Array):void { var arr2:Array = args.slice(); trace(arr2.toString()); } [/i] 特殊情...

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