C# Class HPASharp.PathNode

Afficher le fichier Open project: Rydra/HierarchicalPathfinder

Méthodes publiques

Свойство Type Description
Id int
Level int

Méthodes publiques

Méthode Description
PathNode ( int id, int lvl ) : System

Method Details

PathNode() public méthode

public PathNode ( int id, int lvl ) : System
id int
lvl int
Résultat System

Property Details

Id public_oe property

public int Id
Résultat int

Level public_oe property

public int Level
Résultat int