返回介绍

NavMeshAgent.path 路径

发布于 2019-12-18 15:38:05 字数 791 浏览 1162 评论 0 收藏 0

JavaScript => public var path: NavMeshPath;
C# => public NavMeshPath path;

Description 描述

Property to get and set the current path.

获取或者设置当前路径属性。

This property can be useful for GUI, debugging and other purposes to get the points of the path calculated by the navigation system. Additionally, a path created from user code can be set for the agent to follow in the usual way. An example of this might be a patrol route designed for coverage rather than optimal distance between two points.

该属性可以被用于GUI,调试和其他目的获得路径导航系统计算的点。在一般方法中从用户代码创建的路径可以被设置为代理去跟随。例如这可能是个覆盖性的巡逻路线而不是两点间最佳距离。

navmeshagent

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文