C# 클래스 WarTornLands.Infrastructure.EntityBuilder

This class provides helper methods for the XML parser to encapsulate extensive Entity constructing routines.
파일 보기 프로젝트 열기: floAr/WarTornLands 1 사용 예제들

공개 메소드들

메소드 설명
Begin ( ) : void
BeginArea ( Area area ) : void
CreateEntity ( TileSetBox tilesetBox, DataRow data ) : Entity
DepositZone ( int id, Zone zone ) : void
End ( ) : void
EndArea ( ) : void

비공개 메소드들

메소드 설명
ConnectJumpPoints ( ) : void
CreateEntity ( DataSet data ) : Entity

Creates an Entity from a given XML DataSet. Used locally by other CreateEntity routines

CreateEntity ( string entityType ) : Entity

Creates an Entity of the given Type. Used locally by other CreateEntity routines

EntityBuilder ( ) : System
FindMatch ( int id ) : Zone
SwitchItemType ( DataRow data ) : Item

메소드 상세

Begin() 공개 정적인 메소드

public static Begin ( ) : void
리턴 void

BeginArea() 공개 정적인 메소드

public static BeginArea ( Area area ) : void
area WarTornLands.World.Area
리턴 void

CreateEntity() 공개 메소드

public CreateEntity ( TileSetBox tilesetBox, DataRow data ) : Entity
tilesetBox WarTornLands.World.TileSetBox
data System.Data.DataRow
리턴 Entity

DepositZone() 공개 메소드

public DepositZone ( int id, Zone zone ) : void
id int
zone Zone
리턴 void

End() 공개 정적인 메소드

public static End ( ) : void
리턴 void

EndArea() 공개 정적인 메소드

public static EndArea ( ) : void
리턴 void