Version: 2022.1
Experimental: this API is experimental and might be changed or removed in the future.

NavMeshQuery.MoveLocationsInSameAreas

切换到手册
public void MoveLocationsInSameAreas (NativeSlice<NavMeshLocation> locations, NativeSlice<Vector3> targets, int areaMask);

参数

locations 要在导航网格表面上移动的位置数组。在方法调用结束时,此数组将包含最终位置。
targets 移动到每个位置时,您希望代理达到的世界位置。
areaMask 过滤器,用于在移动到每个位置的过程中可以遍历的区域。

描述

将一系列导航网格位置移动到其他位置,且不会与表面失去接触,并为所有位置给定一个公共区域过滤器。

功能与 NavMeshQuery.MoveLocations 完全相同,只是它对所有移动应用同一区域过滤器。

另请参阅:NavMeshQuery.MoveLocationNavMeshLocation

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961