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

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

public LevelGraph(
	int columns,
	int rows
)
See Also