C# Class DungeonMasterEngine.DungeonContent.GroupSupport.LayoutManager

Show file Open project: ggrrin/DungeonMaster Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
FreeSpace ( IEntity entity, ISpace space ) : void
GetEntities ( ISpace space ) : IEnumerable
IsFree ( ISpace space ) : bool
TryGetSpace ( IEntity entity, ISpace dreamPosition ) : bool

Method Details

FreeSpace() public method

public FreeSpace ( IEntity entity, ISpace space ) : void
entity IEntity
space ISpace
return void

GetEntities() public method

public GetEntities ( ISpace space ) : IEnumerable
space ISpace
return IEnumerable

IsFree() public method

public IsFree ( ISpace space ) : bool
space ISpace
return bool

TryGetSpace() public method

public TryGetSpace ( IEntity entity, ISpace dreamPosition ) : bool
entity IEntity
dreamPosition ISpace
return bool