返回介绍

NavMeshAgent.steeringTarget 转向目标

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

JavaScript => public var steeringTarget: Vector3;
C# => public Vector3 steeringTarget;

Description 描述

Get the current steering target along the path. (Read Only)

获取当前沿着路径转向的目标(只读)。

This is typically the next corner along the path or the end point of the path.

这通常是在沿着路径的下一个角落或路径的终点。

Unless the agent is moving on an OffMeshLink, there is a straight path between the agent and the steeringTarget.

除非代理在OffMeshLink上移动,那么代理和转向目标之间是一个直的路径。

When approaching an OffMeshLink for traversal - the value is the position where the agent will enter the link. While agent is traversing an OffMeshLink the value is the position where the agent will leave the link.

当接近并穿过OffMeshLink——该值是代理输入连接的位置。当代理正在OffMeshLink上穿过时该值是代理离开连接的位置。

navmeshagent

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

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

发布评论

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