Click or drag to resize
AStarNodeParentNode Property
Previous node on the path to the finish.

Namespace: Slash.AI.Pathfinding
Assembly: Slash.AI.Pathfinding (in Slash.AI.Pathfinding.dll) Version: 1.0.6018.40189
Syntax
public IAStarNode ParentNode { get; set; }

Property Value

Type: IAStarNode

Implements

IAStarNodeParentNode
See Also