大约有 850 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0067 秒)
Laya_社区(563) Laya3.0_api(100) Laya2.0_api(69) laya_api(68) Laya2.0_文档(20) Laya3.0_文档(13) Laya2.0_示例(9) Laya_示例(8)
...///接收到数据触发函数 trace("receiveHandler msg:",msg); this.byte.clear(); this.byte.writeArrayBuffer(msg);//把接收到的二进制数据读进byte数组便于解析。 this.byte.pos = 0;//设置偏移指针; trace('getInt16=',this.byte.getInt16()); trace('getInt32=',this.byte.getInt32(...
来源: Laya_社区 发布时间: 20180202
...突然增加16M的内存。并且这个激增的48M内存 是无法通过clearRes 进行释放的。 为何会造成这样的情况,这额外产生的48M内存 是什么如何可以释放?麻烦解答。。。万分感谢 以下为图例: 添加第一个头像后的内存显示: $$$$$$$$$$$$...
来源: Laya_社区 发布时间: 20161107
...n addComponent addComponentInstance addLine addLines bubbleEvent callLater clear clearTimer clone contains destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent getComponents getLine hasHideFlag hasListener isAncestorOf off offAll offAllCaller on onAf...
来源: Laya3.0_api 发布时间: 20231115
...eadyUrl = "", isSaveFile = false, fileType = "", isAutoClear = true) { DEB("下载文件"+fileUrl) var downloadTask = MiniFileMgr.wxdown({ url: fileUrl, success: function (data) { if (data.statusCode === 200) MiniFileMgr.readFile(data.tempFilePath, encoding, callBack, r...
来源: Laya_社区 发布时间: 20200103
...ArrayBuffer){ var byte:Laya.Byte = new Laya.Byte(event); this.socket.input.clear(); this.processPackage(this._package.decode(byte)); } } private sendMessage(reqId, route, msg) { var byte:Laya.Byte; // var msgbuffer = Protocol.strencode(JSON.stringify(msg)); // console.log("msgbuffer",msgbuffer); var...
来源: Laya_社区 发布时间: 20180119
...maskSp) { maskSp.graphics.clear(); var w:Number = maskSp.getSize().width; var h:Number = maskSp.getSize().height; ...
来源: Laya_社区 发布时间: 20180404
....offestX+position.y; } } destroy(destroyChild?:boolean):void{ this.timer.clear(this,this.__updateBinds); this.__bindList.length=0; this.__bindList=null; super.destroy(destroyChild); } } 2. 可绑定到骨骼的内容 /** * 可绑定到骨骼的内容(实现者必须是Laya.Sprite的子类)...
来源: Laya_社区 发布时间: 20190805
... this, dispose); private function dispose():void { Laya.timer.clear(this, animateFrameRateBased); } ``` 当一个对象的生命周期结束时,记得清除其内部的Timer: ### **三、获取显示对象边界的做法** 在相对布局中,很经常需要正确地获取显...
来源: Laya2.0_文档 发布时间: 20210715
...d); Laya.stage.on("click", this, dispose); function dispose() { Laya.timer.clear(this, animateFrameRateBased); } ``` 当一个对象的生命周期结束时,记得清除其内部的Timer: ### **三、获取显示对象边界的做法** 在相对布局中,很经常需要正确地获取显示对...
来源: Laya2.0_文档 发布时间: 20210715
...ffff add_iiifffffffff_ab_ab_ab add_iiiifff add_iiiifff_String_String alpha clear clipRect destroy drawCanvas drawCurves drawFilter drawMask drawMaskComposite drawMasked drawRect drawTarget drawTargetBlurFilter drawText drawTexture drawTextureWithSizeGrid drawTextureWithTransform drawTriangles fillBo...
来源: Laya3.0_api 发布时间: 20231102