大约有 622 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0048 秒)
... if (!ILaya.stage.isVisibility) { // this._timeId = window.setInterval(this._enterFrame, 1000); ILaya.m_worker.postMessage(['wait']); } else if (this._timeId != 0) { ...
来源: Laya_社区 发布时间: 20201201
... __proto._setClipChanged=function(){ if (!this._clipChanged){ this._clipChanged=true; this.callLater(this.changeClip); } } 2018-10-27 0 0 分享 微博 QZONE 微...
来源: Laya_社区 发布时间: 20181027
... 提交 1 个回复 Laya_Fred 赞同来自: 您好,通过您代码内的this.Music.startTime在浏览器web端上调用时可以的,this.Music在创建时候会返回一个webAudioSoundChannel时有这个属性的,在微信小游戏内,要对接微信原生的InnerAudioContext,如下图一...
来源: Laya_社区 发布时间: 20230306
...建一个 Filter 实例。 Returns Filter Methods Static _filter _filter(this: RenderSprite, sprite: Sprite, context: Context, x: number, y: number): void Defined in laya/filters/Filter.ts:38 Parameters this: RenderSprite sprite: Sprite context: Context x: number y: number Returns void Globals "laya...
来源: Laya3.0_api 发布时间: 20231115
..."text/xml"); 我照抄过来,总是报 warning:domParser.parseFromString This variable is not defined. 这个错,是咋回事? 2018-01-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_Aaron 赞同来...
来源: Laya_社区 发布时间: 20180126
..._update (laya.core.js:21262) 相关逻辑代码如下: moveSuccess(){ this.owner.removeSelf(); Laya.Pool.recover("flyCat", this.owner) } onTriggerEnter(other: any, self: any, contact: any): void { if (other.label === "cloud") { Laya.Tween.clearAll(this._sp) let effect: Laya.Animation = Laya.Poo...
来源: Laya_社区 发布时间: 20191019
...方式支持,之所以没有输出是由于你method的作用域错了,this指向的不是当前类,而是window,使用Handler可以直接传作用域(为当前类),所以Handler输出的结果是对的,建议使用Handler! 2016-12-13 0 2 分享 微博 QZONE 微信 为什么被折叠...
来源: Laya_社区 发布时间: 20161213
...ncil功能 Laya.Media方法调用失败 调用动画结束on方法,报错this.zombieAnimator.on is not a function Native 在iOS上支付失败的问题,及临时解决方法 官网提供的一些修改过的第三方库,以后是否有打算增加一些as的mvc框架的支持库 问题状态 ...
来源: Laya_社区 发布时间: 20171121
...ers ctx: any x: number y: number Returns void set_onclick set_onclick(fn: (this: GlobalEventHandlers, ev: MouseEvent) => any): void Overrides IStatRender.set_onclick Defined in laya/utils/StatUI.ts:168 override 点击性能统计显示区域的处理函数。 Parameters fn: (this: GlobalEventHand...
来源: Laya3.0_api 发布时间: 20231102
...null 导致后续执行报错 解决方案是 增加了 红框中的 "|| this._curMat" 报错修复 拖尾效果体验微信小程序 <走你球球> 附件 : --> 1.zip 2021-08-31 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关...
来源: Laya_社区 发布时间: 20210831