C# 클래스 Gruppe22.Backend.GeneratorTile

A tile used to generate the rooms.
상속: FloorTile
파일 보기 프로젝트 열기: propra13-orga/gruppe22

보호된 프로퍼티들

프로퍼티 타입 설명
_connected bool
_connection Connection

공개 메소드들

메소드 설명
GeneratorTile ( object parent ) : System

Alternative constructor.

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

An empty constructor (setting default values)

메소드 상세

GeneratorTile() 공개 메소드

Alternative constructor.
public GeneratorTile ( object parent ) : System
parent object
리턴 System

GeneratorTile() 공개 메소드

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
리턴 System

프로퍼티 상세

_connected 보호되어 있는 프로퍼티

protected bool _connected
리턴 bool

_connection 보호되어 있는 프로퍼티

protected Connection _connection
리턴 Connection