 | AStarNodeIndex Property |
The unique index of this vertex in the pathfinding graph.
Namespace: Slash.AI.PathfindingAssembly: Slash.AI.Pathfinding (in Slash.AI.Pathfinding.dll) Version: 1.0.6018.40189
Syntaxpublic int Index { get; set; }
Public Property Index As Integer
Get
Set
public:
virtual property int Index {
int get () sealed;
void set (int value) sealed;
}
abstract Index : int with get, set
override Index : int with get, set
Property Value
Type:
Int32Implements
IGraphVertexIndex
See Also