Version: 2018.2
public Vector3 steeringTarget ;

説明

パスに沿った現在の運用ターゲット(読み取り専用)

通常はパスに沿った次のコーナーかパスの終点です。

エージェントが OffMeshLink の上を移動していない限り、エージェントと steeringTarget の間にまっすぐなパスがあります。

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.