C# Class MapPathfinding, TWI_Repo

Inheritance: MonoBehaviour
Show file Open project: justcollins/TWI_Repo Class Usage Examples

Public Methods

Method Description
StartFindPath ( Vector3 start, Vector3 target ) : void

Private Methods

Method Description
Awake ( ) : void
FindPath ( Vector3 startPos, Vector3 targetPos ) : IEnumerator
GetDistance ( AStarNode, nodeA, AStarNode, nodeB ) : float
NodesToPositions ( List path ) : Vector3[]
RetracePath ( AStarNode, start, AStarNode, end ) : Vector3[]

Method Details

StartFindPath() public method

public StartFindPath ( Vector3 start, Vector3 target ) : void
start Vector3
target Vector3
return void