大约有 50 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0087 秒)
...; 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
...页面都是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
...支持两种,分别是固定约束`Fixed Constraint`和可配置约束`Configurable Constraint`。 Unity里的固定关节组件`Fixed Joint`可导出对应**固定约束**`Fixed Constraint`,可配置关节组件`Configurable Joint`可导出对应**可配置约束**`Configurable Constraint`。 *...
来源: Laya2.0_文档 发布时间: 20210715
...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
...只支持两种,分别是固定约束Fixed Constraint和可配置约束Configurable Constraint。 固定约束是比较常用的约束,而可配置约束可以模拟任意约束的效果,所以这两种约束可以满足绝大多数的常用需求。 3.2 固定约束Fixed Constraint 固定约...
来源: Laya3.0_文档 发布时间: 20251010
...替换即可。 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
...his); this.pomelo = new Pomelo(); this.configuration(); } /** 配置*/ private configuration(): void { var caller: any = this; this.pomelo.on("close", pomeloClose); this.pome...
来源: Laya_社区 发布时间: 20161109
...撞体Mesh Collider组件、固定关节Fixed Joint组件、可配置关节Configurable Joint组件。下面我们分别进行介绍。 ##### 4.9.1 刚体组件 Rigidbody  在上图中的Unity刚体属性里,LayaAir导出支持情况如下: | Unity的刚体属性 | LayaAir...
来源: Laya2.0_文档 发布时间: 20210714
...义导出文件夹名称 Automatically Save The Configuration 导出时自动保存当前配置 Browse 选择导出目录 Clear 清空当前配置 Revert ...
来源: Laya_社区 发布时间: 20170428
...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