class LightshipNavMeshManager
(Niantic.Lightship.AR.NavigationMesh.LightshipNavMeshManager)
概要
LightshipNavMeshManagerは、設定に従って構成されたLightshipNavMeshを作成し、その更新方法を管理するMonoBehaviourです。 このコンポーネントをシーン内のGameObjectに追加することで、LightshipNavMeshの機能を使用することができます。 これをLightshipNavMeshを必要とするGameObjectに渡すことができます。
class LightshipNavMeshManager:MonoBehaviour {
public:
// フィールド
bool _visualise = true;
// プロパティ
LightshipNavMesh LightshipNavMesh;
};
詳細資料
LightshipNavMeshManagerは、設定に従って構成されたLightshipNavMeshを作成し、その更新方法を管理するMonoBehaviourです。 このコンポーネントをシーン内のGameObjectに追加することで、LightshipNavMeshの機能を使用することができます。 これをLightshipNavMeshを必要とするGameObjectに渡すことができます。
プロパティ
LightshipNavMesh
LightshipNavMesh LightshipNavMesh
このLightshipNavMeshManagerが管理しているLightshipNavMeshへの参照。