NavMeshPath

class in UnityEngine.AI

Switch to Manual

Description

由导航系统计算的路径。

路径以路标列表的形式表示,存储在 corners 数组中。这些路标不是由用户脚本直接设置的,但 NavMesh.CalculatePath 函数和 NavMeshAgent.path 属性会返回分配有正确路标的 NavMeshPath。

Variables

corners路径的角点。(只读)
status路径状态。(只读)

Constructors

NavMeshPathNavMeshPath 构造函数。

Public Functions

ClearCorners将所有角点从路径中擦除。
GetCornersNonAlloc计算路径的角。