C# Class MapPathfinding, TWI_Repo

Inheritance: MonoBehaviour
Afficher le fichier Open project: justcollins/TWI_Repo Class Usage Examples

Méthodes publiques

Méthode Description
StartFindPath ( Vector3 start, Vector3 target ) : void

Private Methods

Méthode 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 méthode

public StartFindPath ( Vector3 start, Vector3 target ) : void
start Vector3
target Vector3
Résultat void