C# Class HPASharp.Node

Afficher le fichier Open project: Rydra/HierarchicalPathfinder

Méthodes publiques

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

Méthodes publiques

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

Method Details

Node() public méthode

public Node ( 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