C# Class FindPath

Inheritance: MonoBehaviour
Afficher le fichier Open project: FIU-SCIS-Senior-Projects/UrbanTheater Class Usage Examples

Méthodes publiques

Méthode Description
StartFindPath ( Node, _startNode, Node, _targetNode ) : void

Private Methods

Méthode Description
Awake ( ) : void
CreatePath ( Node, startNode, Node, targetNode ) : void
GetDistance ( Node, nodeA, Node, nodeB ) : int
ReverseParents ( Node, startNode, Node, targetNode ) : Stack

Method Details

StartFindPath() public méthode

public StartFindPath ( Node, _startNode, Node, _targetNode ) : void
_startNode Node,
_targetNode Node,
Résultat void