Click or drag to resize
AStarNode Constructor
Constructs a new A* node with the specified unique index.

Namespace: Slash.AI.Pathfinding
Assembly: Slash.AI.Pathfinding (in Slash.AI.Pathfinding.dll) Version: 1.0.6018.40189
Syntax
protected AStarNode(
	int index
)

Parameters

index
Type: SystemInt32
Unique index of the new vertex in the pathfinding graph.
See Also