 | AStarNodeDiscovered Property |
Whether this node has already been discovered and added to the
open list, or not.
Namespace: Slash.AI.PathfindingAssembly: Slash.AI.Pathfinding (in Slash.AI.Pathfinding.dll) Version: 1.0.6018.40189
Syntaxpublic bool Discovered { get; set; }
Public Property Discovered As Boolean
Get
Set
public:
virtual property bool Discovered {
bool get () sealed;
void set (bool value) sealed;
}
abstract Discovered : bool with get, set
override Discovered : bool with get, set
Property Value
Type:
BooleanImplements
IAStarNodeDiscovered
See Also