大约有 1,449 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0055 秒)
...是表情包,会卡屏 //文字输出为表情的时候报错兼容 if (rect) { if (rect[2] == -1) rect[2] = Math.ceil((cri.width + lineWidth * 2) * this.lastScaleX); } var dt_w = w != 0 ? w : 1; ...
来源: Laya_社区 发布时间: 20191017
...var cardList:List = _homeSeceneView["myCard_"+index]; if(cardList){ if(!cardList.visible){ cardList.visible = true; } cardList.rend...
来源: Laya_社区 发布时间: 20170310
...e.height; } onEnable() { this.init(); // 判定是注册还是忘记密码 if (GameData.I.isReg) { this._regMode(); } else { this._forgetMode(); } // 添加取消事件 this.lb_cancel.on(Laya.Event.CLICK, this, () => { // 返回登陆页 Laya.Scene.open("Auth.scene"); }); // 遍历数组添加事...
来源: Laya_社区 发布时间: 20200410
...vate te:Laya.Templet; private sk:Laya.Skeleton; private onKeyDown(e):void{ if(e.keyCode == 49 || e.keyCode == 97){ if(this.te == null){ this.te = new Laya.Templet(); this.te.on(Laya.Event.COMPLETE, this, this.teComplete); this.te.loadAni("res/wing_01_side.sk"); } } else if(e.keyCode == 50 || e.keyCo...
来源: Laya_社区 发布时间: 20190320
...List){ var cssStyle=this.style; var words=this._getWords(); var i=0,len=0; if (words){ len=words.length; var a; if (cssStyle){ var font=cssStyle.font; var color=cssStyle.color; if (cssStyle.stroke){ var stroke=cssStyle.stroke; stroke=parseInt(stroke); var strokeColor=cssStyle.strokeColor; graphic.fi...
来源: Laya_社区 发布时间: 20190611
...plat.createQrCode("https://www.layabox.com/", 180, 180); if (base64OfQrCode.length>0) { let img:Laya.Image = new Laya.Image(); img.skin = "data:image/png;base64,"+base64OfQrCode; img.pos(100, 300); ...
来源: Laya_社区 发布时间: 20200729
... HTMLElemen类中 var words = this._getWords(); if (words == null && (!this._children || this._children.length == 0)) return false; if (words) { for (var i = 0, n = words.length; i < n; i++) { ...
来源: Laya_社区 发布时间: 20200724
...使用啊 ,编译时报错, esboy1988 • 2018-03-26 17:28 请问 /*[IF-FLASH]*/ 和/*[IF-SCRIPT]*/ 这个 宏 命令 怎么啊? ,demo 中AIR 代码 替换工具 能开源下吗? Yangcy • 2019-02-19 11:52 现在做的还是兼容flash的 /*[IF-FLASH]*/import flash.utils.ByteArray; //[IF-...
来源: Laya_社区 发布时间: 20160902
...cell.getChildByName("heroani") as Animation;//加载默认动画 if (ani){ ani.play(0,true,"standDown"+HostData.array[index].aniname);//控制播放相应角色的动画 } var own :Text = cell.getChildByName("owntext") as Text;//同步是否已经拥有的text显示状...
来源: Laya_社区 发布时间: 20180522
...oundChannel.prototype; /** *播放声音 */ _proto.play = function () { // if (this.url.indexOf("music.d") != -1) { // console.log("play", this.url) // console.trace("play", this.url) // } Laya.SoundManager.addChannel(this); this.isStopped = false; this._clearBufferSource(); if (!this.audioBuffer) {...
来源: Laya_社区 发布时间: 20201014