大约有 1,451 项符合查询结果, 库内数据总量为 30,782 项。 (搜索耗时: 0.0051 秒)
...,laya.core.js,805行加上: __proto.parseFont=function(xml,texture){ if (xml==null || texture==null)return; this._texture=texture; var tX=0; var tScale=1; + if (typeof xml === "string") { + var parser = new DOMParser(); + xml = parser.parser.parserFromString(xml,'text/xml'); + } var tI...
来源: Laya_社区 发布时间: 20180306
...; } function completeHandler() { play(); } function play() { mCurrIndex++; if (mCurrIndex >= mArmature.getAnimNum()) { mCurrIndex = 0; } mArmature.play(mCurrIndex,false); } })();module laya { import Skeleton = Laya.Skeleton; import Templet = Laya.Templet; import Event = Laya.Event; import Browser = ...
来源: Laya_示例 发布时间: 20241120
... { shakeCount++; console.text += "设备摇晃了" + shakeCount + "次\n"; if (shakeCount >= 3) { Shake.instance.stop(); console.text += "停止接收设备摇动"; } } })(); module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; import Text = Laya.Text; import Shake = Laya.Shake; imp...
来源: Laya_示例 发布时间: 20241120
...crollToBottom=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
... public function set font(value:String):void { if ((_style as TextStyle).currBitmapFont) { _getTextStyle().currBitmapFont = null; scale(1, 1); } if (_bitmapFonts...
来源: Laya_社区 发布时间: 20190128
...dex) => { var hotShow: boolean = false; var newShow: boolean = false; if (index >= 3 && index < 8) { hotShow = true; } if (index >= 11 && index < 16) { newShow = true; } data.push({ gameName: { text: item.name }, gameIcon: { skin: item.pic }, hot: { visible: hotS...
来源: Laya_社区 发布时间: 20200805
...法 override protected function getDef():* { if (!_shape) { _shape = new window.box2d.b2ChainShape(); _setShape(false); } this.label = (this.label || "ChainCol...
来源: Laya_社区 发布时间: 20181116
...rror() { console.log("parse error"); } play() { console.log("1111111111"); if (++this.index >= this.skeleton.getAnimNum()) { this.index = 0; } this.skeleton.play(this.index, false, true); } } new SpineBinary;import Browser = Laya.Browser; import WebGL = Laya.WebGL; import Stage = Laya.Stage; import ...
来源: Laya2.0_示例 发布时间: 20241120
...与内容相关的链接 提交 2 个回复 班长 赞同来自: 辉先生 if (Browser.onIPhone && Math.abs(Browser.pixelRatio - 3) < 0.01) { onIPhoneX = (Browser.clientWidth == 375 && Browser.clientHeight == 812) || (Browser.clientWidth == 812 && Browser.clientHeight == 3...
来源: Laya_社区 发布时间: 20180521
...gt;'); } div.pos(30,5); div.innerHTML = txt; div.width = div.contextWidth; if(div.contextWidth > 200) div.contextWidth = 200; console.log(div.contextWidth); paopao.y = gRoomView.chatBox.height; paopao.imgSayBg.height = div.contextHeight + 26; paopao.imgSayBg.width = div.contextWidth + 60; paopao....
来源: Laya_社区 发布时间: 20170911