大约有 1,569 项符合查询结果, 库内数据总量为 30,782 项。 (搜索耗时: 0.0053 秒)
Laya_社区(678) Laya3.0_api(636) Laya2.0_api(70) laya_api(47) Laya2.0_文档(47) Laya3.0_文档(36) Laya2.0_示例(29) Laya_示例(26)
...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
...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
...= 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
...his); if (!this._childs){ return 0; } return this._childs.length; }可解决 2017-08-29 1 0 分享 微博 QZONE 微信 182*****369 赞同来自: 报错如下,当页面destroy之后再new新的vie...
来源: Laya_社区 发布时间: 20170829
...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
...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
...===================================== _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
...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
... 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
...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