Graph IsConnected Method Delta Engine Documentation

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

public bool IsConnected(
	int idOfNodeA,
	int idOfNodeB
)

Return Value

Type: Boolean
See Also