A* Pathfinding Project  4.0.6
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events Macros Groups Pages
Connection Struct Reference

Represents a connection to another node. More...

Detailed Description

Represents a connection to another node.

Public Attributes

uint cost
 Cost of moving along this connection.
 
GraphNode node
 Node which this connection goes to.
 

Member Data Documentation

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.


The documentation for this struct was generated from the following file: