文件名称:melonjs-pathfinding:melonJS的寻路插件
文件大小:10KB
文件格式:ZIP
更新时间:2024-07-31 17:09:27
JavaScript
melonjs-寻路 MelonJS 插件使用网络工作者实现寻路 官方仓库: : 信用: : 许可证:麻省理工学院 用法 将 melonjs-pathfinding 文件夹添加到您的插件目录并将其包含在您的游戏页面中。 在你的 game.js 中注册它: me.plugin.register(me.pathFinding, "pathFinding", [arguments]); 从您的实体代码中调用 me.pathFinding.postMessage(message)。 参数选项 me.plugin.register(me.pathFinding, "pathFinding", width, height, type, length, location); 在哪里: width: the width of the grid height: the height o
【文件预览】:
melonjs-pathfinding-master
----pathFinding.js(1KB)
----pathfindingLib.min.js(19KB)
----LICENSE.md(1KB)
----README.md(2KB)
----pathObject.js(788B)
----jobWorker.js(2KB)