• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 1,569 项符合查询结果, 库内数据总量为 30,782 项。 (搜索耗时: 0.0071 秒)

781. MovieClip 报错 7 [ 68%]

...data=Loader.getRes(_url); if (!data) { event(Event.ERROR,"file not find"); return; } //保护修改-----start------------------ var atlasData:Object = Loader.getAtlas(_atlasPath); if(!atlasData) { event(Event.ERROR,"file not find"); return; } //保护修改-----end------------------ this.basePath =_...

来源: Laya_社区 发布时间: 20180908

782. LayaAir IDE 1.4.0新增功能 附加(扩展)脚本的使用 [ 68%]

...sScal&&_owner) { _owner.on(Event.MOUSE_DOWN,this,onDown); } else { return; } } public function get isScale():Boolean { return _isScal; } public function set isScale(isScal:Boolean):void { this._isScal=isScal; } private function onDown():void { //按下,按钮进行缩放 _owner.scale(.8,.8...

来源: Laya_社区 发布时间: 20161014

783. 分享,扩展Laya.Text组件实现简单的富文本 [ 68%]

...= null; this._textWidth = this._textHeight = 0; this.graphics.clear(true); return; } Browser.context.font = this._getCSSStyle().font; this._lines.length = 0; this._lineWidths.length = 0; this.typeLines.length = 0; this._text = this.parseType(this._text); if (this._isPassWordMode()) { this.parseLines...

来源: Laya_社区 发布时间: 20180417

784. 当屏幕尺寸,缩放模式,横竖屏 发生改变时会报错Uncaught TypeError: Cannot read property 'length' of null [ 68%]

...his);             if (!this._childs){                 return 0;             }             return this._childs.length;         }可解决 2017-08-29 1 0 分享 微博 QZONE 微信 182*****369 赞同来自: 报错如下,当页面destroy之后再new新的vie...

来源: Laya_社区 发布时间: 20170829

785. laya2.0 截图功能分享,直接截取屏幕上所有对象 [ 67%]

...atic drawScreenshot(width, height, x, y) { if (!SwitchHelper.screenDraw) { return null; }  if (!this.tempTexture2D) { this.tempTexture2D = new Laya.Texture2D(system.width, system.height); } if (!this.tempTexture) { this.tempTexture = new Laya.Texture(this.tempTexture2D); } let cans = document.getEl...

来源: Laya_社区 发布时间: 20191016

786. 同步龙骨插槽动画方案 [ 67%]

...ublic getMatrix(slotName: string): laya.maths.Matrix {         return this.mArmature.getSlotByName(slotName).getMatrix();     }      public destroy() {         this.mArmature.stop();//停止龙骨动画播放         this.mFactory.off(Laya.Event.COMPLETE, thi...

来源: Laya_社区 发布时间: 20200618

787. 感觉实例之间是关联的,求指教。(已解决) [ 67%]

...===================================== _proto.start = function () { var tempReturnString = "101,201,301,401,501"; var tempStringArray = new Array(); //split函数分割字符串 tempStringArray = tempReturnString.split(","); for (i = 0; i < tempStringArray.length; i++) { var img = new Laya.Image()...

来源: Laya_社区 发布时间: 20180130

788. 用iframe内嵌网页及适配 [ 67%]

...1280); String.prototype.format = function() { if (arguments.length == 0) { return this; } for (var str = this, index = 0; index < arguments.length; ++index) { str = str.replace("{" + index + "}", arguments[index]); } return str; }; var iframe = laya.utils.Browser.window.document.createElement('if...

来源: Laya_社区 发布时间: 20170415

789. unity导出的3D动画模型,导入 laya环境报错: node._setParent is not a function [ 67%]

...   if (!node || this.destroyed || node === this)                 return node;             if (node._zOrder)                 this._setBit(Const.HAS_ZORDER, true);             if (node._parent === this) {                 var index = this.getChildIndex(node);     ...

来源: Laya_社区 发布时间: 20191203

790. Laya发布安卓接入穿山甲联盟sdk在安卓9.0版本以上无法运行 [ 67%]

...ningAppProcesses()) { if (processInfo.pid == android.os.Process.myPid()) { return processInfo.processName; } } return null; }if (!Utils.getProcessName(this).equals("YOUR_SECOND_PROCESS_NAME")) { MobileAds.initialize(this); } else { WebView.setDataDirectorySuffix("dir_name_no_separator") } 2020-08-31...

来源: Laya_社区 发布时间: 20200829