C# Class HPASharp.Neighbour

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

Public Properties

Property Type Description
Cost int
Target int

Public Methods

Method Description
Neighbour ( int target, int cost ) : System

Method Details

Neighbour() public method

public Neighbour ( int target, int cost ) : System
target int
cost int
return System

Property Details

Cost public_oe property

public int Cost
return int

Target public_oe property

public int Target
return int