C# Class HPASharp.PathNode

Show file Open project: Rydra/HierarchicalPathfinder

Public Properties

Property Type Description
Id int
Level int

Public Methods

Method Description
PathNode ( int id, int lvl ) : System

Method Details

PathNode() public method

public PathNode ( int id, int lvl ) : System
id int
lvl int
return System

Property Details

Id public property

public int Id
return int

Level public property

public int Level
return int