C# 클래스 Gruppe22.Backend.CheckpointTile

A tile used as a saving point for the player.
상속: Tile
파일 보기 프로젝트 열기: propra13-orga/gruppe22 1 사용 예제들

공개 메소드들

메소드 설명
CheckpointTile ( object parent, bool visited, int bonuslife ) : System

Constructor for the Checkpoint. Can get passed the bonuslifes and if it was visited before

Save ( System xmlw ) : void

Method to save the CheckpointTile in a .xml file

메소드 상세

CheckpointTile() 공개 메소드

Constructor for the Checkpoint. Can get passed the bonuslifes and if it was visited before
public CheckpointTile ( object parent, bool visited, int bonuslife ) : System
parent object parentobject.
visited bool Set the visited attribute
bonuslife int Set the bonuslifes
리턴 System

Save() 공개 메소드

Method to save the CheckpointTile in a .xml file
public Save ( System xmlw ) : void
xmlw System XmlWriter.
리턴 void