 | IAStarNodeParentNode Property |
Previous node on the path to the finish.
Namespace: Slash.AI.PathfindingAssembly: Slash.AI.Pathfinding (in Slash.AI.Pathfinding.dll) Version: 1.0.6018.40189
SyntaxIAStarNode ParentNode { get; set; }
Property ParentNode As IAStarNode
Get
Set
property IAStarNode^ ParentNode {
IAStarNode^ get ();
void set (IAStarNode^ value);
}
abstract ParentNode : IAStarNode with get, set
Property Value
Type:
IAStarNode
See Also