LinkToGraphNode Constructor Delta Engine Documentation
Initializes a new instance of the LinkToGraphNode class

Namespace: DeltaEngine.GameLogic.PathFinding
Assembly: DeltaEngine.GameLogic.PathFinding (in DeltaEngine.GameLogic.PathFinding.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public LinkToGraphNode(
	int idOfTargetNode,
	int costs
)
See Also