We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e44155 commit 84ca681Copy full SHA for 84ca681
pathfinding3d/core/node.py
@@ -80,8 +80,8 @@ class GridNode(Node):
80
The weight of the node.
81
grid_id : Optional[int]
82
The id of the grid this node belongs to.
83
- connections : Optional[List]
84
- The connections of this node.
+ connections : List[GridNode]
+ The nodes this node is connected to.
85
"""
86
87
# Coordinates
0 commit comments