C# Class HPASharp.PathNode

ファイルを表示 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_oe property

public int Id
return int

Level public_oe property

public int Level
return int