C# Class FindPath

Inheritance: MonoBehaviour
Mostrar archivo Open project: FIU-SCIS-Senior-Projects/UrbanTheater Class Usage Examples

Public Methods

Method Description
StartFindPath ( Node, _startNode, Node, _targetNode ) : void

Private Methods

Method 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 method

public StartFindPath ( Node, _startNode, Node, _targetNode ) : void
_startNode Node,
_targetNode Node,
return void