Version: 2023.2
言語: 日本語
public static float GetAreaCost (int areaIndex);

パラメーター

areaIndex 取得するエリアのインデックス

説明

エリアタイプのジオメトリ上でパスを検索するコストを取得します

NavMeshAgent.SetAreaCost を呼び出すことによってエージェントごとにカスタマイズされている場合を除いて値がすべてのエージェントに適用されます。

Use GetAreaFromName to find the area index based on the name of the NavMesh area type.

関連項目: Areas and Costs to learn how to use different Area types.