大约有 1,449 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0053 秒)
...件 (2)修改AssetManager,如下图所示,修改红框的两地方/*[IF-FLASH]*/ return _domain.hasDefinition(name); //[IF-SCRIPT] return SpriteSheet.hasDefinition(name) || _domain.hasDefinition(name); //[IF-SCRIPT] var bmd:BitmapData = SpriteSheet.getBitmapData(name); /*[IF-FLASH]*/ var bmd:Bit...
来源: Laya_社区 发布时间: 20151217
...现在临时的做法是修改你们的源码 __proto.layout=function(){ if (!this.style)return; this.style._type |=/*laya.display.css.CSSStyle.ADDLAYOUTED*/0x200; var tArray=Layout.layout(this); if (tArray){ if (!this._$P.mHtmlBounds)this._set$P("mHtmlBounds",new Rectangle()); var tRectan...
来源: Laya_社区 发布时间: 20180104
...就上线了吗? iphone自带浏览器页面怎么锁定 通过laya嵌入iframe 后 原本laya禁止微信浏览器里面的上下滑动,又开始上下滑动了 Adobe Flash Builder 4.7无法编译Laya2.6.1创建的3D示例项目 Laya2.0 WebGl模式,使用 drawToCanvas 报错 ImageData is not ...
来源: Laya_社区 发布时间: 20180106
...s.off(laya.events.Event.MOUSE_MOVE ,this, this.onMouseMove); if(this.isMove) { let moveLen = this.onMouseDownX - e.target.mouseX; let offsetY = Math.abs(this.onMouseDownY - e.target.mouseY); if(offsetY < 1...
来源: Laya_社区 发布时间: 20160823
...on(dialog,closeOther){ (closeOther===void 0)&& (closeOther=false); if (closeOther)this.removeChildren(); if (dialog.popupCenter)this._centerDialog(dialog); this.addChild(dialog); if (dialog.isModal || this._$P["hasZorder"])this.timer.callLater(this,this._checkMask); this.popupEffect &&am...
来源: Laya_社区 发布时间: 20170807
... itemComplete:Sprite3D = Laya.loader.getRes(_path); if(itemComplete == null || itemComplete.loaded == false){ var groupName:String = null; if(isGroup == true){ groupName = url; ...
来源: Laya_社区 发布时间: 20180601
... 1. 改源码: 修改 WebGLContext.ts 的 static setBlendFunc 把 if (force || sFactor !== WebGLContext._sFactor || dFactor !== WebGLContext._dFactor) { 改成 if(true){ 2. 改laya.core.js 找到 869行左右的 static setBlendFunc(gl, sFactor, dFactor) 函数 把 if (sFactor !...
来源: Laya_社区 发布时间: 20191215
...); } init( box: GunBox, doll_item: DollItem, doll_area: Area ):void { // if(!this._body_ani) // { // this._body_ani = new Laya.Animation(); // this.addChild(this._body_ani); // } // this._body_ani.play(0, true, doll_item.animation_name); this._box = box; this._fly_site.w = this._box._area.w - ...
来源: Laya_社区 发布时间: 20180515
...抛出,出错 ---------------------------------- __proto.event 方法中 if (listener) { (data != null) ? listener.runWith(data) : listener.run(); } 出错,原因listener.method不是一个方法,看了下listener.caller就是注册的方法,修改为如下就可以正常抛出事件,请...
来源: Laya_社区 发布时间: 20170120
... var needWordWrapOrTruncate:Boolean = wordWrap || this.overflow == HIDDEN; if (needWordWrapOrTruncate) { var wordWrapWidth:Number = getWordWrapWidth(); } if (_currBitmapFont) { _charSize.width = _currBitmapFont.getMaxWidth(); _charSize.height = _currBitmapFont.getMaxHeight(); } else { var measureRes...
来源: Laya_社区 发布时间: 20190213