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

大约有 50 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0142 秒)

41. @regClass编译报错! [ 45%]

...;   var __name = (target, value) => __defProp(target, "name", { value, configurable: true });   var __decorateClass = (decorators, target, key, kind) => {     var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc(target, key) : target;     for (var i = decorators.length - 1, decora...

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

42. laya2.0用FlashDevelop调用编译,总是打开bin\h5\index.html [ 43%]

...页面都是bin\h5\index.html .laya/launch.json:{ "version": "0.2.0", "configurations": [ { "name": "layaAir", "type": "chrome", "request": "launch", "file": "${workspaceRoot}/bin/index.html", "runtimeExecutable": "${execPath}", "useBuildInServer": true, "sourceMaps": false, "webRoot": "${workspac...

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

43. 一篇上手LayaAir的3D物理引擎(TypeScript-3D基础(TS)-LayaAir3D之物理系统) [ 42%]

...支持两种,分别是固定约束`Fixed Constraint`和可配置约束`Configurable Constraint`。 Unity里的固定关节组件`Fixed Joint`可导出对应**固定约束**`Fixed Constraint`,可配置关节组件`Configurable Joint`可导出对应**可配置约束**`Configurable Constraint`。 *...

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

44. 在 ios xcode接入微信开放平台分享sdk编译出错 [ 42%]

...it -framework GLKit -framework OpenGLES -framework OpenAL -framework SystemConfiguration -framework CoreGraphics -Xlinker -dependency_info -Xlinker /Users/wxh/Library/Developer/Xcode/DerivedData/ykmj-hkcpwhnxmcoyygagguzfcmsdrryg/Build/Intermediates.noindex/ykmj.build/Debug-iphonesimulator/ykmj.build...

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

45. 3D物理系统 · LayaAir3.3 · 引擎文档 · LAYABOX [ 24%]

...只支持两种,分别是固定约束Fixed Constraint和可配置约束Configurable Constraint。 固定约束是比较常用的约束,而可配置约束可以模拟任意约束的效果,所以这两种约束可以满足绝大多数的常用需求。 3.2 固定约束Fixed Constraint 固定约...

来源: Laya3.0_文档 发布时间: 20251010

46. VSCode高效开发工作流配置指南(TypeScript-IDE篇(TS)-代码模式基础) [ 21%]

...替换即可。 launch.json 内容如下: ```json { "version": "0.2.0", "configurations": [ { "name": "chrome调试", "type": "chrome", "request": "launch", "file": "${workspaceRoot}/bin/index.html", "runtimeArgs": [ "--allow-file-access-from-files", "--disable-web-security" ], "sourceMaps": true,...

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

47. LayaAir能做RPG吗?不要问我能不能,因为我已经在做 - 杀意来袭 [ 20%]

...his);             this.pomelo = new Pomelo();             this.configuration();         }         /** 配置*/         private configuration(): void {             var caller: any = this;             this.pomelo.on("close", pomeloClose);             this.pome...

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

48. Unity插件使用说明(TypeScript-3D基础(TS)-LayaAir3D之3D场景可视化编辑) [ 18%]

...撞体Mesh Collider组件、固定关节Fixed Joint组件、可配置关节Configurable Joint组件。下面我们分别进行介绍。 ##### 4.9.1 刚体组件 Rigidbody ![img](img/4.9-1.png) 在上图中的Unity刚体属性里,LayaAir导出支持情况如下: | Unity的刚体属性 | LayaAir...

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

49. LayaAir3D UnityPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) [ 9%]

...义导出文件夹名称                  Automatically Save The Configuration       导出时自动保存当前配置          Browse                 选择导出目录          Clear                     清空当前配置          Revert           ...

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

50. lib/arm/liblayaair.so 总是崩溃 [ 8%]

...mand 'SIGNAL_POLL' 08-14 10:57:50.015 3526-3882/? E/WifiConfigStore: updateConfiguration freq=5240 BSSID=0c:4b:54:6e:23:66 RSSI=-59 "yunwang_5G"WPA_PSK 08-14 10:57:50.016 3526-3882/? D/WifiHW: wifi_send_command: cmd:'IFNAME=wlan0 PKTCNT_POLL' 08-14 10:57:50.016 6842-6842/? D/wpa_supplicant: wlan0: C...

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