C# Class Electric_Potatoe_TD.MapLoader

Datei anzeigen Open project: Haseo/Electric-Potatoe-TD

Public Properties

Property Type Description
ListOfWaves List
WayPoints List
filled ].EMap[
size int[]
size_case int

Public Methods

Method Description
GetWayPoints ( ) : List
Load ( int level ) : void
MapLoader ( ) : System
getMap ( ) : ].EMap[
getSize ( ) : int[]
setSize ( int i ) : void

Private Methods

Method Description
LoadMap1 ( ) : void

Method Details

GetWayPoints() public method

public GetWayPoints ( ) : List
return List

Load() public method

public Load ( int level ) : void
level int
return void

MapLoader() public method

public MapLoader ( ) : System
return System

getMap() public method

public getMap ( ) : ].EMap[
return ].EMap[

getSize() public method

public getSize ( ) : int[]
return int[]

setSize() public method

public setSize ( int i ) : void
i int
return void

Property Details

ListOfWaves public_oe property

public List ListOfWaves
return List

WayPoints public_oe property

public List WayPoints
return List

filled public_oe property

public EMap[,] filled
return ].EMap[

size public_oe property

public int[] size
return int[]

size_case public_oe property

public int size_case
return int