C# Class Pathfinding.BinaryHeapM.Tuple

Show file Open project: Alx666/ProjectPhoenix Class Usage Examples

Public Properties

Property Type Description
F uint
node PathNode

Public Methods

Method Description
Tuple ( uint f, PathNode node )

Method Details

Tuple() public method

public Tuple ( uint f, PathNode node )
f uint
node PathNode

Property Details

F public property

public uint F
return uint

node public property

public PathNode node
return PathNode