返回介绍

NavMeshPath.GetCornersNonAlloc 获取非分配的拐角

发布于 2019-12-18 15:38:06 字数 917 浏览 1052 评论 0 收藏 0

JavaScript => public function GetCornersNonAlloc(results: Vector3[]): int;
C# => public int GetCornersNonAlloc(Vector3[] results);

Parameters 参数

resultsArray to store path corners.

Returns 返回值

int The number of corners along the path - including start and end points.

Description 描述

Calculate the corners for the path.

计算路径的拐角。

This function is similar to the corners property except that the results are returned in the supplied array.

该函数相似于拐角属性除了结果在提供的数组中返回。

Note that this function expects the supplied array to have at least 2 elements.

注意该属性除了提供的数组有至少2的元素。

navmeshpath

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

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

发布评论

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