index
title: class LightshipNavMeshAgentPathRenderer toc_max_heading_level: 4
class LightshipNavMeshAgentPathRenderer
(Niantic.Lightship.AR.NavigationMesh.LightshipNavMeshAgentPathRenderer)
概要
LightshipNavMeshAgentPathRenderer は、 LightshipNavMeshAgent が環境をナビゲートしながら移動するパスを表示するデバッグレンダラーです。 これをシーン内の LightshipNavMeshAgent GameObject に追加すると、そのエージェントの現在のパスを描画します。
class LightshipNavMeshAgentPathRenderer:MonoBehaviour {
public:
// fields
LightshipNavMeshAgent _agent;
Material _material;
};
詳細資料
LightshipNavMeshAgentPathRenderer は、 LightshipNavMeshAgent が環境をナビゲートしながら移動するパスを表示するデバッグレンダラーです。 これをシーン内の LightshipNavMeshAgent GameObject に追加すると、そのエージェントの現在のパスを描画します。
フィールド
_agent
LightshipNavMeshAgent _agent
LightshipNavMeshAgent のパスをレンダリングします。
_material
Material _material
パスのレンダリングに使用するマテリアル。 このマテリアルは LineRenderer に適用されます。