Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
HPASharp
Neighbour
C# Class HPASharp.Neighbour
Mostra file
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