C# Класс DungeonMasterEngine.DungeonContent.GroupSupport.Large1GroupLayout

Наследование: IGroupLayout
Показать файл Открыть проект

Открытые методы

Метод Описание
GetToNeighbour ( IEntity entity, Tile currentTile, Tile targetTile ) : IEnumerable
GetToSide ( IEntity entity, Tile currentTile, MapDirection mapDirection ) : IEnumerable

Описание методов

GetToNeighbour() публичный Метод

public GetToNeighbour ( IEntity entity, Tile currentTile, Tile targetTile ) : IEnumerable
entity IEntity
currentTile Tile
targetTile Tile
Результат IEnumerable

GetToSide() публичный Метод

public GetToSide ( IEntity entity, Tile currentTile, MapDirection mapDirection ) : IEnumerable
entity IEntity
currentTile Tile
mapDirection MapDirection
Результат IEnumerable