Initializes a new instance of the
LevelGraph class
Namespace: DeltaEngine.GameLogic.PathFindingAssembly: DeltaEngine.GameLogic.PathFinding (in DeltaEngine.GameLogic.PathFinding.dll) Version: 1.1.1.0 (1.1.1)
public LevelGraph(
int columns,
int rows
)
public LevelGraph(
int columns,
int rows
)
Public Sub New (
columns As Integer,
rows As Integer
)
Public Sub New (
columns As Integer,
rows As Integer
)
public:
LevelGraph(
int columns,
int rows
)
public:
LevelGraph(
int columns,
int rows
)
new :
columns : int *
rows : int -> LevelGraph
new :
columns : int *
rows : int -> LevelGraph