C# 클래스 DungeonMasterEngine.DungeonContent.GroupSupport.LayoutManager

파일 보기 프로젝트 열기: ggrrin/DungeonMaster 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
FreeSpace ( IEntity entity, ISpace space ) : void
GetEntities ( ISpace space ) : IEnumerable
IsFree ( ISpace space ) : bool
TryGetSpace ( IEntity entity, ISpace dreamPosition ) : bool

메소드 상세

FreeSpace() 공개 메소드

public FreeSpace ( IEntity entity, ISpace space ) : void
entity IEntity
space ISpace
리턴 void

GetEntities() 공개 메소드

public GetEntities ( ISpace space ) : IEnumerable
space ISpace
리턴 IEnumerable

IsFree() 공개 메소드

public IsFree ( ISpace space ) : bool
space ISpace
리턴 bool

TryGetSpace() 공개 메소드

public TryGetSpace ( IEntity entity, ISpace dreamPosition ) : bool
entity IEntity
dreamPosition ISpace
리턴 bool