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

大约有 1,740 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0061 秒)

571. laya.resource.VideoTexture_API3.0 [ 62%]

...建 Parameters url: string Returns boolean off off(type: string, listener: Function): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Inherited from EventDispatcher.off Defined in laya/events/EventDispatcher.ts:112 从 EventDispatcher 对象中删...

来源: Laya3.0_api 发布时间: 20231102

572. 微信关系链开发中,开放域发布的代码会报错 [ 62%]

...码会出现报错,Uncaught TypeError: wx.getFileSystemManager is not a function 附件 : --> 2018-06-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 156*****180 赞同来自: 主域 Laya.init(true); 子域 La...

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

573. wx.canvasToTempFilePath在TS下如何使用啊? [ 62%]

...ight: 100, destWidth: 100, destHeight: 100, canvasId: 'myCanvas', success: function (res) { wxd.shareUrl = res.tempFilePath wxd.ShareAppMessage() console.log(res.tempFilePath) } }) 一直报错[ts] The 'this' context of type 'typeof wx' is not assignable to method's 'this' of type 'string'. canvasId...

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

574. drawToCanvas真机资源无法释放 [ 62%]

...ayObject.height, 0,0); htmc.destroy(); --------》     __proto.destroy=function(){         this._ctx && this._ctx.destroy();         this._ctx=null;     } 在这里,this.ctx并没有destroy方法,native上直接崩溃 2018-12-19 0 1 分享 微博 QZONE 微信 为...

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

575. 多个模块之间相互嵌套import,导致运行报错 [ 62%]

...oid { let self = this; let cat = new Cat(); cat.Create(); cat.on('attack', function () { self.Change(); }); this.animals.push(cat); }   2019-02-26 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经被锁定, 无法添加新回复 发起人 karin666 相关...

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

576. 发布的时候,报错 [ERROR] Cannot read property 'dom_parser' of undefined [ 61%]

...卓设备加载场景黑屏 导微信小程序报错window.focus is not a function 发布到vivo平台后,龙骨动画无法显示 本地调试加载本地图片都报错 官网示例摇一摇报错,就解决方案 播放背景音乐的问题 刚打开 桌面调试出现报错Uncaught (in promis...

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

577. HTMLCanvas Laya.stage.addChild(HTMLCanvas); 挂载到舞台报错 [ 61%]

...         *          * htmlCanvas.toBase64("image/png",0.92,function(base64){//webgl和canvas模式下为同步方法,加速器下是异步方法          *                      trace(base64);//打印图片base64信息,可以发给服务器或者保存...

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

578. 使用多个时间轴动画 demo.ani(0,true,'name')失效 [ 61%]

...ader.load("res/atlas/ui/boos.atlas", Laya.Handler.create(this, onLoaded)); function onLoaded() { // //创建一个Animation实例 // var tl = new Laya.Animation(); // //加载动画文件 // tl.loadAnimation("test.ani"); // //添加到舞台 // Laya.stage.addChild(tl); // //播放Animation动画 // ...

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

579. layaAir 1.7.10 编译的时候,注释翻译成JS有问题 [ 61%]

...这样的注释 /** *       //注释 *       a.x(n, c); * **/ public function a.x(n,c):void{   } 翻译成JS之后空格被去掉了,就变成了 /** *//注释 * a.x(n, c); **/ public function a.x(n,c):void{ }  这样就导致了注释在“*//注释”这里就结束了。下面的 * a....

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

580. 微信小游戏关系链 我创建了一个开放域的项目 但是报错了 [ 61%]

...ue, true); //程序入口 Laya.init(375, 85 * 4); var WID = 375, HEI = 85; function RankListItem() { RankListItem.__super.call(this); this.size(WID, HEI); this.img = new Laya.Image(); this.addChild(this.img); this.setImg = function (src) { this.img.skin = src; } } Laya.class(RankListItem, "RankListI...

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