C# Class PQitem, unity-isometric-map-generation

ファイルを表示 Open project: tadeaspaule/unity-isometric-map-generation Class Usage Examples

Public Properties

Property Type Description
goThrough GraphNode,
node GraphNode,
totalDist float

Public Methods

Method Description
PQitem ( GraphNode, origin, GraphNode, node )

Method Details

PQitem() public method

public PQitem ( GraphNode, origin, GraphNode, node )
origin GraphNode,
node GraphNode,

Property Details

goThrough public_oe property

public GraphNode, goThrough
return GraphNode,

node public_oe property

public GraphNode, node
return GraphNode,

totalDist public_oe property

public float totalDist
return float