Class MeshNode Extends GraphNode
Public Methods
Add a connection from this node to the specified node.
Add a connection from this node to the specified node.
Remove all connections between this node and other nodes.
Closest point on the surface of this node when seen from above.
True if this node contains a connection to the given node.
Used to deserialize references to other nodes e.g connections.
Calls the delegate with all connections from or to this node, and passes a custom data value to the delegate.
Hash code used for checking if the gizmos need to be updated.
Get a vertex of this node.
Number of corner vertices that this node has.
Removes any connection from this node to the specified node.
Used to serialize references to other nodes e.g connections.
Public Variables
All connections from this node.
Inherited Public Members
Connected component that contains the node.
Adds a connection between two nodes.
Checks if point is inside the node when seen from above.
The position of the path node during the search.
Deserializes the node data from a byte array.
Destroys the node.
Removes the connection between two nodes.
Holds various bitpacked variables.
Calls the delegate with all connections from this node.
Add a portal from this node to the specified node.
Graph which this node belongs to.
Graph which contains this node.
Max number of graphs-1.
Max number of tags - 1.
Internal unique index.
Penalty cost for walking on this node.
A random point on the surface of the node.
Serialized the node data to a byte array.
Inform the system that the node's connectivity has changed.
The surface area of the node in square world units.
Node tag.
True if the node is traversable.
Position of the node in world space.
Private/Protected Members
Hierarchical Node that contains this node.
Some internal bookkeeping.
How many path node variants should be created for each node.
Temporary flag for internal purposes.
Temporary flag for internal purposes.
Bitpacked field holding several pieces of data.