NavMeshLink Class

Namespace
UnityEngine.AI
Base Types
  • MonoBehaviour
graph BT Type-->Base0["MonoBehaviour"] Type["NavMeshLink"] class Type type-node

Syntax

[ExecuteInEditMode]
[DefaultExecutionOrder(-101)]
[AddComponentMenu("Navigation/NavMeshLink", 33)]
[HelpURL("https://github.com/Unity-Technologies/NavMeshComponents#documentation-draft")]
public class NavMeshLink : MonoBehaviour

Attributes

Type Description
ExecuteInEditMode
DefaultExecutionOrder
AddComponentMenu
HelpURL

Properties

Name Value Summary
agentTypeID int
area int
autoUpdate bool
bidirectional bool
costModifier int
endPoint Vector3
startPoint Vector3
width float

Methods

Name Value Summary
UpdateLink() void