C# 클래스 Gruppe22.Backend.WallTile

A tile representing a wall in the game. A wall blocks actor movements.
상속: Tile
파일 보기 프로젝트 열기: propra13-orga/gruppe22 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_type WallType

공개 메소드들

메소드 설명
Save ( XmlWriter xmlw ) : void

The method to save a WallTile in a XML-file

WallTile ( object parent ) : System

A constructor for the WallTile. Just calls the base constructor.

WallTile ( object parent, Random r ) : System

Another constructor for the WallTile. Chooses random decorations for the wall.

메소드 상세

Save() 공개 메소드

The method to save a WallTile in a XML-file
public Save ( XmlWriter xmlw ) : void
xmlw System.Xml.XmlWriter A XMLwriter
리턴 void

WallTile() 공개 메소드

A constructor for the WallTile. Just calls the base constructor.
public WallTile ( object parent ) : System
parent object
리턴 System

WallTile() 공개 메소드

Another constructor for the WallTile. Chooses random decorations for the wall.
public WallTile ( object parent, Random r ) : System
parent object
r System.Random A random used to choose the deco.
리턴 System

프로퍼티 상세

_type 공개적으로 프로퍼티

public WallType _type
리턴 WallType