大约有 42 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0045 秒)
...yaair IDE的帧属性面板不见了 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target 有什么容器能够实现当子元素达到显示上限后自动滚屏,使得新添加的元素始终保持在最底部显示? Tween如何实现无限循环...
来源: Laya_社区 发布时间: 20200925
...异常(如网络不稳定),引擎会自动调用到window.onLayaInitError(error)函数,该函数默认在config.js中定义,代码如下: ```javascript window.onLayaInitError=function(e) { console.log("onLayaInitError error=" + e); alert("加载游戏失败,可能由于您的网络不...
来源: Laya2.0_文档 发布时间: 20210715
...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