TopDown Engine  v3.6
UnityEngine.AI.NavMeshLink Class Reference
Inheritance diagram for UnityEngine.AI.NavMeshLink:

Public Member Functions

void UpdateLink ()
 

Properties

int agentTypeID [get, set]
 
Vector3 startPoint [get, set]
 
Vector3 endPoint [get, set]
 
float width [get, set]
 
int costModifier [get, set]
 
bool bidirectional [get, set]
 
bool autoUpdate [get, set]
 
int area [get, set]
 

Member Function Documentation

◆ UpdateLink()

void UnityEngine.AI.NavMeshLink.UpdateLink ( )

Property Documentation

◆ agentTypeID

int UnityEngine.AI.NavMeshLink.agentTypeID
getset

◆ area

int UnityEngine.AI.NavMeshLink.area
getset

◆ autoUpdate

bool UnityEngine.AI.NavMeshLink.autoUpdate
getset

◆ bidirectional

bool UnityEngine.AI.NavMeshLink.bidirectional
getset

◆ costModifier

int UnityEngine.AI.NavMeshLink.costModifier
getset

◆ endPoint

Vector3 UnityEngine.AI.NavMeshLink.endPoint
getset

◆ startPoint

Vector3 UnityEngine.AI.NavMeshLink.startPoint
getset

◆ width

float UnityEngine.AI.NavMeshLink.width
getset

The documentation for this class was generated from the following file: