• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 158 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0039 秒)

141. 打包成APK后,POST请求会先去Download请求的地址 [ 45%]

...hel1314 • 2018-03-16 16:04 @guozhaokui:在浏览器里响应的http头里Connection 是keep-alive的,不知道laya的http请求支持不支持。 hel1314 • 2018-03-16 16:07 @guozhaokui:刚刚用抓包工具分析,从第一个TCP的报文发出到最后整个http请求结束时间在十几毫...

来源: Laya_社区 发布时间: 20180315

142. Swift中接入Native,执行完drawInRect后不执行update了! [ 45%]

...------- 2019-05-10 17:10:40.614124+0800 SwiftLayaNative[98971:4069975] XPC connection interrupted 2019-05-10 0 0 分享 微博 QZONE 微信 185*****051 赞同来自: 一下是Swift版,可重现Demo! 2019-05-10 0 0 分享 微博 QZONE 微信 185*****051 赞同来自: 下附重现Demo! https://g...

来源: Laya_社区 发布时间: 20190510

143. Laya.Socket 是不是不支持Safari浏览器二进制格式的数据传输? [ 44%]

... this.socket.endian = Laya.Byte.LITTLE_ENDIAN; //建立连接 this.socket.connect("localhost", 9244); // this.socket.connectByUrl("ws://localhost:9241"); // this.socket.connectByUrl("ws://localhost:8989"); this.socket.on(Laya.Event.OPEN, this, this.openHandler); this.socket.on(Laya.Event.MESSAGE, th...

来源: Laya_社区 发布时间: 20171129

144. 物理系统之FixedConstraint(JavaScript-3D基础(JS)-LayaAir3D之物理系统) [ 43%]

...anchor = new Vector3(0,0,0); //设置约束的连接锚点 fixedConstraint.connectAnchor = new Vector3(0,2,0); box.addComponent(FixedEventTest); //使用约束连接两个刚体 fixedConstraint.setConnectRigidBody(rigidBody,rigidBody2); ``` - 3.设置约束的breakForce ```typescript onStart() { thi...

来源: Laya2.0_文档 发布时间: 20210715

145. 物理系统之FixedConstraint(TypeScript-3D基础(TS)-LayaAir3D之物理系统) [ 43%]

...anchor = new Vector3(0,0,0); //设置约束的连接锚点 fixedConstraint.connectAnchor = new Vector3(0,2,0); box.addComponent(FixedEventTest); //使用约束连接两个刚体 fixedConstraint.setConnectRigidBody(rigidBody,rigidBody2); ``` - 3.设置约束的breakForce ```typescript onStart() { thi...

来源: Laya2.0_文档 发布时间: 20210715

146. 物理系统之FixedConstraint(ActionScript-3D基础(AS3)-LayaAir3D之物理系统) [ 42%]

...anchor = new Vector3(0,0,0); //设置约束的连接锚点 fixedConstraint.connectAnchor = new Vector3(0,2,0); box.addComponent(FixedEventTest); //使用约束连接两个刚体 fixedConstraint.setConnectRigidBody(rigidBody,rigidBody2); ``` - 3.设置约束的breakForce ```typescript override public...

来源: Laya2.0_文档 发布时间: 20210714

147. dcc更新失效, 有代码, 100%复现, 三楼附临时解决办法 [ 40%]

...e network has changed 05-16 15:59:49.127 7562-7562/com.dihong.testdcc I/0: connected type=1 05-16 15:59:49.171 7562-7577/com.dihong.testdcc I/LayaBox: JNI onGLReady tid=7577 05-16 15:59:49.171 7562-7577/com.dihong.testdcc I/LayaBox: JNI surface innersize changed : g_nInnerWidth=1536,g_nInnerHeight=2...

来源: Laya_社区 发布时间: 20190516

148. 新手常问问题 欢迎补充 [ 40%]

...自: 5. 常见ide错误提示 https://ask.layabox.com/question/4562 Cannot connect to runtime process, timeout after 10000 ms - (reason: Can't find a target that matches: file:// https://ask.layabox.com/question/12302   2018-03-08 0 0 分享 微博 QZONE 微信 qian 赞同来自: 6.添加第三方...

来源: Laya_社区 发布时间: 20180308

149. /clang:-1: linker command failed with exit code 1 (use -v to see invocation) [ 39%]

...che failed 发布QQ包报错 安卓的QQ扫码时运行不出来 WebSocket connection to 'ws://192.168.0.8:8102/' failed: Invalid frame header FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory 请教专家:curl_easy_perform failed和JCFileRes::onDownloadError file ...

来源: Laya_社区 发布时间: 20190508

150. 导出素材,不拷贝未打包资源 [ 38%]

...ules\layacmd\node_modules\electron\i nstall.js:48   throw err   ^ Error: connect ETIMEDOUT 52.216.84.131:443     at Object._errnoException (util.js:1041:11)     at _exceptionWithHostPort (util.js:1064:20)     at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1153:14) npm ERR! code ELIFE...

来源: Laya_社区 发布时间: 20171027