C# 클래스 Gruppe22.Backend.TeleportTile

A tile used to connect rooms. If the player enters this tile he changes the room.
상속: Tile
파일 보기 프로젝트 열기: propra13-orga/gruppe22 1 사용 예제들

공개 메소드들

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

The method to save a TeleportTile in a XML-file. Just writes all properties to the file.

TeleportTile ( object parent, string nextXml, Backend pos, bool isTeleport = false, bool isHidden = false, bool isEnabled = true, bool isUp = false ) : System

The constructor for the TeleportTile. Setting default values.

메소드 상세

Save() 공개 메소드

The method to save a TeleportTile in a XML-file. Just writes all properties to the file.
public Save ( XmlWriter xmlw ) : void
xmlw System.Xml.XmlWriter A XMLwriter
리턴 void

TeleportTile() 공개 메소드

The constructor for the TeleportTile. Setting default values.
public TeleportTile ( object parent, string nextXml, Backend pos, bool isTeleport = false, bool isHidden = false, bool isEnabled = true, bool isUp = false ) : System
parent object
nextXml string
pos Backend
isTeleport bool
isHidden bool
isEnabled bool
isUp bool
리턴 System