Click or drag to resize
AStarNodeVisited Property
Whether this node has already been visited and moved to the closed list, or not.

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

Property Value

Type: Boolean

Implements

IAStarNodeVisited
See Also