C# Class DungeonMasterEngine.DungeonContent.GroupSupport.LayoutManager

Afficher le fichier Open project: ggrrin/DungeonMaster Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public FreeSpace ( IEntity entity, ISpace space ) : void
entity IEntity
space ISpace
Résultat void

GetEntities() public méthode

public GetEntities ( ISpace space ) : IEnumerable
space ISpace
Résultat IEnumerable

IsFree() public méthode

public IsFree ( ISpace space ) : bool
space ISpace
Résultat bool

TryGetSpace() public méthode

public TryGetSpace ( IEntity entity, ISpace dreamPosition ) : bool
entity IEntity
dreamPosition ISpace
Résultat bool