C# Class Dischord.Map

Datei anzeigen Open project: jbrownbridge/Dischord Class Usage Examples

Public Properties

Property Type Description
width int

Public Methods

Method Description
Add ( Entity e ) : void
Map ( ) : System
Map ( String filename ) : System
Map ( int width, int height ) : System
Update ( ) : void
draw ( ) : void
getCell ( int x, int y ) : MapCell

Method Details

Add() public method

public Add ( Entity e ) : void
e Entity
return void

Map() public method

public Map ( ) : System
return System

Map() public method

public Map ( String filename ) : System
filename String
return System

Map() public method

public Map ( int width, int height ) : System
width int
height int
return System

Update() public method

public Update ( ) : void
return void

draw() public method

public draw ( ) : void
return void

getCell() public method

public getCell ( int x, int y ) : MapCell
x int
y int
return MapCell

Property Details

width public_oe property

public int width
return int