|
A* Pathfinding Project
4.0.7
The A* Pathfinding Project for Unity 3D
|
Represents a connection to another node. More...
Represents a connection to another node.
Public Attributes | |
| uint | cost |
| Cost of moving along this connection. | |
| GraphNode | node |
| Node which this connection goes to. | |
| uint cost |
Cost of moving along this connection.
A cost of 1000 corresponds approximately to the cost of moving one world unit.
| GraphNode node |
Node which this connection goes to.