C# Class Gruppe22.Backend.GeneratorTile

A tile used to generate the rooms.
Inheritance: FloorTile
Afficher le fichier Open project: propra13-orga/gruppe22

Protected Properties

Свойство Type Description
_connected bool
_connection Connection

Méthodes publiques

Méthode Description
GeneratorTile ( object parent ) : System

Alternative constructor.

GeneratorTile ( object parent, Backend coords, bool canEnter, Random r ) : System

An empty constructor (setting default values)

Method Details

GeneratorTile() public méthode

Alternative constructor.
public GeneratorTile ( object parent ) : System
parent object
Résultat System

GeneratorTile() public méthode

An empty constructor (setting default values)
public GeneratorTile ( object parent, Backend coords, bool canEnter, Random r ) : System
parent object
coords Backend
canEnter bool
r System.Random
Résultat System

Property Details

_connected protected_oe property

protected bool _connected
Résultat bool

_connection protected_oe property

protected Connection _connection
Résultat Connection