大约有 378 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0050 秒)
...dler); this.socket.on(Event.CLOSE,this,closeHandler); this.socket.on(Event.ERROR,this,errorHandler); } public function connect():void { if(!this.socket.connected){ this.socket.connectByUrl("ws://127.0.0.1:9000");//建立连接; } } public function send(msg:String):void { if(this.socket.connected){...
来源: Laya_社区 发布时间: 20180202
...这两个,但是会报 ld: library not found for -lJavaScriptCore clang: error: linker command failed with exit code 1 (use -v to see invocation)。 helloworldlv • 2018-03-21 11:00 build settings /other linker flag 里面把删的库删掉 helloworldlv • 2018-03-21 11:03 如果再报错在buil...
来源: Laya_社区 发布时间: 20180225
...FBX报错 import u3d_fbx/Animator/fbx/temp/Machine_SundaeMaker.fbx failed! Error: fbxtool failed with '[2023-06-20 18:19:19.020] [resource_tool] [info] -b [2023-06-20 18:19:19.020] [resource_tool] [info] -k arg [2023-06-20 18:19:19.020] [resource_tool] [info] -u arg m [2023-06-20 18:19:19.020] [reso...
来源: Laya_社区 发布时间: 20230621
...ng: D:/myLaya/myLaya/bin/res/threeDimen/particle/2d.lh laya.core.js:16639 [error]Failed to load: null 为什么加载自己从unity导出的特效会报已经存在不能重复加载?从打印的1111来看加载方法只调用过一次,但是用官方给的特效就不会报错 particleNew.part ...
来源: Laya_社区 发布时间: 20190509
...请把此信息截图给研发商 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
...or invalid) var errMsg = AwesomeMessage.verify(message); if (errMsg) throw Error(errMsg); // Encode a message to an Uint8Array (browser) or Buffer (node) var buffer = AwesomeMessage.encode(message).finish(); // ... do something with buffer // Or, encode a plain object var buffer = AwesomeMessage...
来源: Laya_社区 发布时间: 20180704
...8265/com.layabox.hello A/art: art/runtime/java_vm_ext.cc:470] JNI DETECTED ERROR IN APPLICATION: input is not valid Modified UTF-8: illegal continuation byte 0x7c 2019-03-15 08:45:13.438 8214-8265/com.layabox.hello A/art: art/runtime/java_vm_ext.cc:470] string: 'http://192.168.2.139:8900/bin/...
来源: Laya_社区 发布时间: 20190315
...il"); return; } } if( !(yield dj_hook.OnDccOk()) ) { if (window["onLayaInitError"]) { window["onLayaInitError"]("Update index error"); } return; } var data = yield asyncs.loadText(url); for (var n = 0; n < 3 && !data; n++) { data = yield asyncs.loadText(url); }2.使用ide的版本管理,...
来源: Laya_社区 发布时间: 20190516