 | AStarNodeVisited 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
Syntaxpublic bool Visited { get; set; }
Public Property Visited As Boolean
Get
Set
public:
virtual property bool Visited {
bool get () sealed;
void set (bool value) sealed;
}
abstract Visited : bool with get, set
override Visited : bool with get, set
Property Value
Type:
BooleanImplements
IAStarNodeVisited
See Also