大约有 180 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0038 秒)
...效全无 请教下微信小游戏的内存和数据缓存? 我用list.array=Array;数据全部插进去数组里了,但是list中没有完全展示数组数据,只展示了其中的图片部分,数组能console出,那个list中的数据也存在,但没渲染出。 打包android版本 ...
来源: Laya_社区 发布时间: 20180211
...r(var m:int=0;m<21;m++){ data.push({m_label:"No."+m}); } mDemoUi.m_list.array=data; Laya.stage.addChild(mDemoUi); ... private function onChange():void{ trace("list index= "+mDemoUi.m_list.scrollBar.value); mDemoUi.valueLab.text="滚动条位置value= "+mDemoUi.m_list.scrollBar.value; } 如上...
来源: Laya_社区 发布时间: 20171016
... public static function create(caller:*, method:Function, args:Array = null, once:Boolean = true):Handler { if (_pool.length) return _pool.pop().setTo(caller, method, args, once); return new Handler(caller, method, args, once); ...
来源: Laya_社区 发布时间: 20180704
...(tex) { let u8 = tex.getData(0, 0, tex.width, tex.height) let u = new Uint8Array(u8.length) let len = u8.length / 4 let i = 0 for (let x = len; x >= 0; x--) { for (let y = 0; y < 4; y++) { u[i * 4 + y] = u8[x * 4 + y] } i++ } u8 = u u = new Uint8Array(u8.length) len = u8.length / s.height let ...
来源: Laya_社区 发布时间: 20210911
...{ for (var i in param) { var k = key == null ? i : key + (param instanceof Array ? '[' + i + ']' : '.' + i); paramStr += CommonUtils.urlEncode(param[i], k, encode); } } // var paramStr = ""; // for (var prop in param) { // paramStr += prop + "=" + param[prop] + "&"; // } // paramStr = paramStr.s...
来源: Laya_社区 发布时间: 20170628
...过来的GET参数 如何获取图片每个像素点的RGB? 我用list.array=Array;数据全部插进去数组里了,但是list中没有完全展示数组数据,只展示了其中的图片部分,数组能console出,那个list中的数据也存在,但没渲染出。 tree mouseHandler 怎...
来源: Laya_社区 发布时间: 20181221
...public function getPixels(x:Number, y:Number, width:Number, height:Number):Array { if (Render.isWebGL) { return RunDriver.getTexturePixels(this, x, y, width, height); } else { Browser.canvas.size(width, height); Browser.canvas.clear(); Browser.contex...
来源: Laya_社区 发布时间: 20171030
...ine = new TimeLine(); var list = []; var count = 0; for (var i = 0; i < array.numChildren; i++) { var child = array.getChildAt(i); if (child.name === 'lightDottedActive') { child.visible = true; child.alpha = 0; timeline .addLabel('lightDotted', 0) .to(child, { alpha: 1 }, 200, Ease.linearIn) .to...
来源: Laya_社区 发布时间: 20170405
...override public function on(type:String, caller:*, listener:Function, args:Array = null):EventDispatcher 在调用函数后面添加区分button的参数应该可以吧 189*****192 • 2017-04-26 09:33 @cyqcyqcyq:我也有另一种解决方式 for(var i:int=0;i<10;i++) { var btn:Button=new Button...
来源: Laya_社区 发布时间: 20170425
...ach.element (http://192.168.101.10:8901/bin/js/bundle.js:1083:33) at Array.forEach (<anonymous>) at EventList.publish (http://192.168.101.10:8901/bin/js/bundle.js:1082:23) at RoomData.publish (http://192.168.101.10:8901/bin/js/bundle.js:1127:22) at RoomData.startCD (htt...
来源: Laya_社区 发布时间: 20200409