 | IAStarNodeVisited Property |
Whether this node has already been visited and moved to the
closed list, or not.
Namespace: Slash.AI.PathfindingAssembly: Slash.AI.Pathfinding (in Slash.AI.Pathfinding.dll) Version: 1.0.6018.40189
Syntaxbool Visited { get; set; }
Property Visited As Boolean
Get
Set
property bool Visited {
bool get ();
void set (bool value);
}
abstract Visited : bool with get, set
Property Value
Type:
Boolean
See Also