大约有 388 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0048 秒)
... var _channel; for (var len=this._soundChannelArr.length,i=0;i < len;i++){ _channel=this._soundChannelArr; if (_channel.isStopped || force){ !_channel.isStopped && _channel.stop(); ...
来源: Laya_社区 发布时间: 20190827
...ted function _onEnable():void { for (var i = 0, n = this._controllerLayers.length; i < n; i++) { if (this._controllerLayers[i].playOnWake) { var controllerLayer = this._controllerLayers[i]; var curPlayState = controllerLayer._currentPlayState; if (curPlayState == null) { var defaultClip = this.ge...
来源: Laya_社区 发布时间: 20190513
....prototype.ScrollToBottom=function(caller,callback){ var page=this.msgList.length - 8; if(page < 0)page=0; page +=1; if(caller) this.list.tweenTo(page,0,Handler.create(caller,callback)); else this.list.tweenTo(page,0); } 2019-02-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找...
来源: Laya_社区 发布时间: 20190226
...hes: Array<any> = e.touches; if (touches) { for(let i=0;i<touches.length;i++){ let t =touches[i]; let nameIndex =e.touchId + "_" + i; console.log(nameIndex+":"+e.type); } } } 之能收到down和move! 2018-11-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结...
来源: Laya_社区 发布时间: 20181102
...n; playState._normalizedPlayTime=1.0; if (scripts){ for (var i=0,n=scripts.length;i < n;i++) scripts[i].onStateExit(); } return; } 2019-01-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 bpmf_d 赞同来自: ...
来源: Laya_社区 发布时间: 20190112
...w-this.fontSize-this.horizontalSpace, 0); for (let i = 0; i < this.text.length; i++) { const element = this.text.charAt(i); var _x = xAction(j); var _y = yAction(printNumber); this.sprite.graphics.fillText(element, _x, _y, fonts, this.color, "left"); if (yAction(printNumber + 1) > h) { j++; pr...
来源: Laya_社区 发布时间: 20191103
...ler: Laya.Handler = null, ...args): void { if (this.mUrl.length == 0) { console.warn("netconnection url is null"); return; } //生成请求和事件监听并放入对象池 var req...
来源: Laya_社区 发布时间: 20161109
...叔年心~厌世 • 2019-10-10 16:45 for(var i=0;i<this.moneyArr[rr].length;i++){ let sp=new Laya.Animation(); //添加金币 sp.loadAnimation('anis/money.ani'); sp.play(0,true); loadder.addChild(sp); loadder.name = 'money'; sp.pos(this.moneyArr[rr][i],-15); } 叔年心~厌世 • 2019-10-10...
来源: Laya_社区 发布时间: 20191010
... doMsg:function(){ if(this.msgs.length == 0 || !this.workDone){ return; } var data = this.msgs.shift(); ...
来源: Laya_社区 发布时间: 20180410
...plit('static/') let _fileSrc = "" _content = JSON.parse(_content) if (_src.length > 1) { _fileSrc = _src[1] _fileSrc = _fileSrc.replace('.atlas','.png') if (staticVersion && staticVersion[_fileSrc]) { let _val = staticVersion[_fileSrc].split('?') if (_val.length > 1) { _hash = `?${_val...
来源: Laya_社区 发布时间: 20180412