Property | Type | Description | |
---|---|---|---|
broadcastMessages | bool | ||
doneThreshhold | float | ||
epsilon | float | ||
lookAhead | float | ||
moveBehavior | string | ||
pathWidth | float | ||
targetOffset | Vector3 |
Method | Description | |
---|---|---|
AddListener ( MonoBehaviour listener ) : void | ||
Awake ( ) : void | ||
ClearGoalNode ( ) : void | ||
FindNewPath ( ) : void | ||
LateUpdate ( ) : void | ||
OnDrawGizmosSelected ( ) : void | ||
RemoveListener ( MonoBehaviour listener ) : void | ||
SendPathMessage ( string message ) : void | ||
SetGoalNode ( NavMeshNode goal ) : void | ||
SetNavMesh ( NavMesh navMesh ) : void | ||
Start ( ) : void |
public AddListener ( MonoBehaviour listener ) : void | ||
listener | MonoBehaviour | |
return | void |
public RemoveListener ( MonoBehaviour listener ) : void | ||
listener | MonoBehaviour | |
return | void |
public SendPathMessage ( string message ) : void | ||
message | string | |
return | void |
public SetGoalNode ( NavMeshNode goal ) : void | ||
goal | NavMeshNode | |
return | void |