C# Class Pathfinding.Node

Show file Open project: BornToGrill/Project-Frequency Class Usage Examples

Public Properties

Property Type Description
HCost int
Parent Node,
Tile TileController,

Public Methods

Method Description
Node ( TileController, tile ) : UnityEngine
UpdateValues ( Node, parent, Node, endNode ) : void

Method Details

Node() public method

public Node ( TileController, tile ) : UnityEngine
tile TileController,
return UnityEngine

UpdateValues() public method

public UpdateValues ( Node, parent, Node, endNode ) : void
parent Node,
endNode Node,
return void

Property Details

HCost public property

public int HCost
return int

Parent public property

public Node, Parent
return Node,

Tile public property

public TileController, Tile
return TileController,