C# Class Pathfinding.Node

Afficher le fichier Open project: BornToGrill/Project-Frequency Class Usage Examples

Méthodes publiques

Свойство Type Description
HCost int
Parent Node,
Tile TileController,

Méthodes publiques

Méthode Description
Node ( TileController, tile ) : UnityEngine
UpdateValues ( Node, parent, Node, endNode ) : void

Method Details

Node() public méthode

public Node ( TileController, tile ) : UnityEngine
tile TileController,
Résultat UnityEngine

UpdateValues() public méthode

public UpdateValues ( Node, parent, Node, endNode ) : void
parent Node,
endNode Node,
Résultat void

Property Details

HCost public_oe property

public int HCost
Résultat int

Parent public_oe property

public Node, Parent
Résultat Node,

Tile public_oe property

public TileController, Tile
Résultat TileController,