大约有 39 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0047 秒)
...Laya.Event.COMPLETE, this, this.parseComplete); this.templet.on(Laya.Event.ERROR, this, this.onError) } private parseComplete(): void { this.skeleton = this.templet.buildArmature(); Laya.stage.addChild(this.skeleton); this.skeleton.pos(Laya.Browser.width / 2, Laya.Browser.height / 2 + 100); this.ske...
来源: Laya2.0_文档 发布时间: 20210715
...emplet.on(Event.COMPLETE, this, this.parseComplete); this.templet.on(Event.ERROR, this, this.onError) } private function parseComplete(): void { this.skeleton = this.templet.buildArmature(); Laya.stage.addChild(this.skeleton); this.skeleton.pos(Browser.width / 2, Browser.height / 2 + 100); this.skel...
来源: Laya2.0_文档 发布时间: 20210715
...h.events.Event; import flash.events.HTTPStatusEvent; import flash.events.IOErrorEvent; import flash.events.ProgressEvent; import flash.events.SecurityErrorEvent; import flash.net.URLLoader; import flash.net.URLLoaderDataFormat; import flash.net.URLRequest; import flash.net.URLRequestMethod; import f...
来源: Laya_社区 发布时间: 20151217
...请把此信息截图给研发商 10-15 16:43:46.702: I/LayaBox(3503): TypeError: Cannot read property 'btCollisionObject' of undefined 10-15 16:43:46.702: I/LayaBox(3503): http://stand.alone.version/libs/laya.d3.js:37260: 10-15 16:43:46.702: I/LayaBox(3503): TypeError: Cannot read property 'btColli...
来源: Laya_社区 发布时间: 20181015
...cant( 4401): [CTRL_IFACE] wlan0: 'SIGNAL_POLL' E/LayaBox (12689): download error: timeout, dt=8,opttimeout=1798 I/LayaBox (12689): Downloaded http://192.168.137.1/public/sh ... tf%40 s=0 l=0 I/LayaBox (12689): onerror UnknownError I/LayaBox (12689): Download [ ]:http://runtime.layabox.com/font/simhe...
来源: Laya_社区 发布时间: 20170320
...Close); socket.on(Event.MESSAGE, this, onMessageReveived); socket.on(Event.ERROR, this, onConnectError); socket.connectByUrl(url); } public function Add(handler:IHandler):void { if(list.indexOf(handler) < 0){ list.push(handler); } } public function Remove(handler:IHandler):void { var index:int=li...
来源: Laya_社区 发布时间: 20170724
...ng path, int width, int height, ImageView mImageView, int lodingImage, int errorImageView) { Glide.with(mContext).load(path).override(width, height).placeholder(lodingImage).error(errorImageView).into(mImageView); } 150*****705 • 2018-02-05 15:32 @taofljf:这段代码是加入到MainActivity里面...
来源: Laya_社区 发布时间: 20180205
...!= null && callBack.runWith([0, { data: filesListStr }]); } catch (error) { callBack != null && callBack.runWith([1]); } } static setNativeFileDir(value) { MiniFileMgr.fileNativeDir = MiniAdpter.window.wx.env.USER_DATA_PATH + value; } static isUserPath(url){ return url.indexOf(MiniAd...
来源: Laya_社区 发布时间: 20200103
...-11 11:17:09.965 8591-8658/com.mygame.laya E/LayaBox﹕ download file error[1]:file:///data/user/0/com.mygame.laya/cache/LayaCache/localstorage/logo/logo.png 04-11 11:17:09.968 8591-8658/com.mygame.laya I/LayaBox﹕ require(/sdcard/layabox/scripts/config.js) 04-11 11:17:09.968 8591-86...
来源: Laya_社区 发布时间: 20170411