C# Class Dischord.Map

Afficher le fichier Open project: jbrownbridge/Dischord Class Usage Examples

Méthodes publiques

Свойство Type Description
width int

Méthodes publiques

Méthode 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 méthode

public Add ( Entity e ) : void
e Entity
Résultat void

Map() public méthode

public Map ( ) : System
Résultat System

Map() public méthode

public Map ( String filename ) : System
filename String
Résultat System

Map() public méthode

public Map ( int width, int height ) : System
width int
height int
Résultat System

Update() public méthode

public Update ( ) : void
Résultat void

draw() public méthode

public draw ( ) : void
Résultat void

getCell() public méthode

public getCell ( int x, int y ) : MapCell
x int
y int
Résultat MapCell

Property Details

width public_oe property

public int width
Résultat int