大约有 45 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0027 秒)
...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
...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
...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
...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
... sky_fly 相关问题 请问laya有没有地图编辑器工具? Ts 编辑提示error TS5023: Unknown option 'p' laya2的Scene默认是文件模式,不会生成场景类了,此时该如何获得场景内的元素 预设怎么在代码中使用 FairyGUI是一款专业的 UI编辑器(千万别...
来源: Laya_社区 发布时间: 20170314
...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
...战 "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
...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
...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
...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