C# Class HPASharp.Node

ファイルを表示 Open project: Rydra/HierarchicalPathfinder

Public Properties

Property Type Description
Id int
Level int

Public Methods

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

Method Details

Node() public method

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