C# Class Pathfinding.Node

Datei anzeigen 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_oe property

public int HCost
return int

Parent public_oe property

public Node, Parent
return Node,

Tile public_oe property

public TileController, Tile
return TileController,