Table of Contents

Class NavMeshPrefabInstance

Namespace
Global
Assembly
Assembly-CSharp.dll
public class NavMeshPrefabInstance : MonoBehaviour
Inheritance
NavMeshPrefabInstance

Constructors

public NavMeshPrefabInstance()

Properties

public bool followTransform { get; set; }

Property Value

bool
public NavMeshData navMeshData { get; set; }

Property Value

NavMeshData
public static List<NavMeshPrefabInstance> trackedInstances { get; }

Property Value

List<NavMeshPrefabInstance>

Methods

public void UpdateInstance()