C# Class RPG.Map

Data class for maps.
Afficher le fichier Open project: borisblizzard/arcreator Class Usage Examples

Méthodes publiques

Méthode Description
Map ( ) : System.Collections.Generic

Creates a new instance of an RPG.Map.

Map ( int width, int height ) : System.Collections.Generic

Creates a new instance of an RPG.Map.

Method Details

Map() public méthode

Creates a new instance of an RPG.Map.
public Map ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Map() public méthode

Creates a new instance of an RPG.Map.
public Map ( int width, int height ) : System.Collections.Generic
width int The map width.
height int The map height.
Résultat System.Collections.Generic