C# Class Gruppe22.Backend.GeneratorTile

A tile used to generate the rooms.
Inheritance: FloorTile
Show file Open project: propra13-orga/gruppe22

Protected Properties

Property Type Description
_connected bool
_connection Connection

Public Methods

Method 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 method

Alternative constructor.
public GeneratorTile ( object parent ) : System
parent object
return System

GeneratorTile() public method

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
return System

Property Details

_connected protected property

protected bool _connected
return bool

_connection protected property

protected Connection _connection
return Connection