C# Class HPASharp.Neighbour

Afficher le fichier Open project: Rydra/HierarchicalPathfinder

Méthodes publiques

Свойство Type Description
Cost int
Target int

Méthodes publiques

Méthode Description
Neighbour ( int target, int cost ) : System

Method Details

Neighbour() public méthode

public Neighbour ( int target, int cost ) : System
target int
cost int
Résultat System

Property Details

Cost public_oe property

public int Cost
Résultat int

Target public_oe property

public int Target
Résultat int