大约有 161 项符合查询结果, 库内数据总量为 31,624 项。 (搜索耗时: 0.0031 秒)
...create(this, this.LoadFinish)); } private LoadFinish(success:boolean):void { if(success) { let tex:any = Laya.Loader.getRes("res/FGUIMain/Common_atlas0.png"); let x = tex.bitmap.getP...
来源: Laya_社区 发布时间: 20210618
...试的时候出现document.createTextNode is not a function api readFile success callback function undefined 打包小游戏后在开发者工具中报错 CharRender_Canvas.ctx.fillAndStrokeText is not a function Uncaught TypeError: tex.once is not a function api readFile success callback function u...
来源: Laya_社区 发布时间: 20170418
...({ x: 10, y: 10, width: 200, height: 150, destWidth: 400, destHeight: 300, success: (res) => { console.log(res) wx.saveImageToPhotosAlbum({ filePath: res.tempFilePath, success(res) { //保存成功 wx.showToast({ title: '保存成功' }); } }) } }) 这是保存代码,获取canvas使用的事 La...
来源: Laya_社区 发布时间: 20190316
...试的时候出现document.createTextNode is not a function api readFile success callback function undefined 打包小游戏后在开发者工具中报错 CharRender_Canvas.ctx.fillAndStrokeText is not a function Uncaught TypeError: tex.once is not a function api readFile success callback function u...
来源: Laya_社区 发布时间: 20170321
...中会报错:gameThirdScriptErrorn.sort is not a function api readFile success callback function undefined 官方视频教程中飞机大战 "this.addChild is not a function" api readFile success callback function undefined 问题状态 最新活动: 2019-06-26 11:39 浏览: 1442 关注: 3 人 186...
来源: Laya_社区 发布时间: 20180423
...束on方法,报错this.zombieAnimator.on is not a function api readFile success callback function undefined api readFile success callback function undefined Uncaught TypeError: tex.once is not a function ide导出ui时,UI代码显示不正常在小游戏中会报错:gameThirdScriptErrorn.sort ...
来源: Laya_社区 发布时间: 20190329
...数据data.php,内容如下{ "status":0, "message":"Your message has been successfully uploaded!" } package { import flash.display.Sprite; import flash.events.Event; import flash.events.HTTPStatusEvent; import flash.events.IOErrorEvent; import flash.events.ProgressEvent; import flash.events.Securit...
来源: Laya_社区 发布时间: 20151217
...中会报错:gameThirdScriptErrorn.sort is not a function api readFile success callback function undefined 官方视频教程中飞机大战 "this.addChild is not a function" api readFile success callback function undefined 问题状态 最新活动: 2020-05-15 15:26 浏览: 825 关注: 3 人 天...
来源: Laya_社区 发布时间: 20190920
...视频教程中飞机大战 "this.addChild is not a function" api readFile success callback function undefined api readFile success callback function undefined 打地鼠发布成微信小游戏后提示gameThirdScriptError this.preinitialize is not a function unity导出的3D动画模型,导入 la...
来源: Laya_社区 发布时间: 20171024
...同来自: 应该是类似代码的问题: [code]wx.getSystemInfo({ success (res) { =inheritconsole.log(res.model) } })[/code] 改为 [code]wx.getSystemInfo({ success: function (res) { =inheritconsole.log(res.model) } })[/code] 2018-11-19 0 0 分享 微博 QZONE 微信 zhangdiansong 赞同来...
来源: Laya_社区 发布时间: 20180731