C# 클래스 Gruppe22.ProjectileTile

The tile for projectiles shot by actors e.g. a arrow or a spell
상속: Gruppe22.Backend.Tile
파일 보기 프로젝트 열기: propra13-orga/gruppe22

공개 메소드들

메소드 설명
NextTile ( bool doMove = false ) : void
ProjectileTile ( Backend parent, Backend dir, uint id ) : System

Constructor

Save ( XmlWriter xmlw ) : void

Method to save the PrjectileTile in a .xml file

메소드 상세

NextTile() 공개 메소드

public NextTile ( bool doMove = false ) : void
doMove bool
리턴 void

ProjectileTile() 공개 메소드

Constructor
public ProjectileTile ( Backend parent, Backend dir, uint id ) : System
parent Backend parentobject
dir Backend The direction in which the projectile will be shot
id uint
리턴 System

Save() 공개 메소드

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