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

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

71. 引用外部脚本的方式 · LayaAir3.4 · 引擎文档 · LAYABOX [ 40%]

....js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "astar-typescript": "^1.2.5" } } 接下来在我们的代码中可以使用 import AstarFinder 了,示例代码如下: import { AStarFinder } from "astar-typesc...

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

72. html5发布iOS编译报错 [ 40%]

...not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) 2016-12-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: 在编译的时...

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

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

...R! errno 1 npm ERR! electron@1.7.9 postinstall: `node install.js` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the electron@1.7.9 postinstall script. npm ERR! This is probably not a problem with npm. There is likely additional log ging output above. npm ERR! A complete log of this run can be f...

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

74. 2D物理-碰撞事件与传感器 [ 38%]

....b2Vec2(d.x * 100, d.y * 100); bodyB.applyForce(position, F); } } onTriggerExit(colliderB: ColliderBase, colliderA: ColliderBase, contact) { if (colliderA === this.sensorCollider) { let bodyB: RigidBody = colliderB.owner.getComponent(RigidBody); let index = bodyB.getBody().GetUserData().pointer; thi...

来源: Laya2.0_示例 发布时间: 20260303

75. 打包安卓Android studio黑屏 [ 35%]

...x.tes: JIT profile information will not be recorded: profile file does not exits. I/chatty: uid=10205(com.layabox.test) identical 10 lines W/om.layabox.tes: JIT profile information will not be recorded: profile file does not exits. I/InstantRun: starting instant run server: is main process I/AwareBi...

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

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

... }); process.stderr.on("data",(data)=>{ console.log(data); }); process.on("exit",(code,signal)=>{ console.log("success"); console.log(code,signal); cb(); }) } //创建一个名称为compile的gulp任务 task("compile", function(){ /** * @ 监听src目录下的所有子目录的所有文件, * @ ...

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

77. 构建apk后,java报错 [ 20%]

...alled in 2628 ms 2018-11-26 18:35:10.142 5538-5538/? I/app_process: System.exit called, status: 0 2018-11-26 18:35:10.143 5538-5538/? I/AndroidRuntime: VM exiting with result code 0. 2018-11-26 18:35:10.144 1505-1538/? D/CompatibilityInfo: mCompatibilityFlags - 14 2018-11-26 18:35:10.144 1505-1538/?...

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

78. LayaAirIDE的可视化2D物理编辑入门(TypeScript-IDE篇(TS)-使用2d物理系统) [ 14%]

...帧都在触发,自动执行的生命周期虚方法。 ### 3.3 onTriggerExit `onTriggerExit`是在物理碰撞结束时,自动执行的生命周期虚方法。 > Tips: > > 以上的方法是发生在每一次碰撞发生的完整生命周期内,例如,从进入到离开为“Enter,Stay,Stay...

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

79. 3D物理系统 · LayaAir3.4 · 引擎文档 · LAYABOX [ 13%]

...方法。该方法在持续碰撞期间,每帧都会执行。 onCollisionExit 物理碰撞结束时,自动执行的生命周期虚方法,该方法只会执行一次。 触发事件生命周期方法说明: 设置为触发器之后,因物体接触而自动激活的事件虚方法。 触发...

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

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

...。该方法在持续碰撞期间,每帧都会执行。 | | onCollisionExit | **物理碰撞结束时**,自动执行的生命周期虚方法,该方法只会执行一次。 | ###### 触发事件生命周期方法说明: 设置为触发器之后,因物体接触而自动激活的事件虚方...

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