Interface IMapDescription<TNode>
Represents a description of a map to be generated.
Assembly: Edgar.dll
Syntax
public interface IMapDescription<TNode>
Type Parameters
Methods
GetGraph()
Declaration
Returns
Type |
Description |
IGraph<TNode> |
|
GetRoomDescription(TNode)
Declaration
IRoomDescription GetRoomDescription(TNode node)
Parameters
Type |
Name |
Description |
TNode |
node |
|
Returns
GetStageOneGraph()
Gets the graph of stage-one rooms.
Declaration
IGraph<TNode> GetStageOneGraph()
Returns
Type |
Description |
IGraph<TNode> |
|