Show / Hide Table of Contents

Interface IMapDescription<TNode>

Represents a description of a map to be generated.

Namespace: Edgar.Legacy.Core.MapDescriptions.Interfaces
Assembly: Edgar.dll
Syntax
public interface IMapDescription<TNode>
Type Parameters
Name Description
TNode

Methods

GetGraph()

Gets the graph of rooms.

Declaration
IGraph<TNode> GetGraph()
Returns
Type Description
IGraph<TNode>

GetRoomDescription(TNode)

Declaration
IRoomDescription GetRoomDescription(TNode node)
Parameters
Type Name Description
TNode node
Returns
Type Description
IRoomDescription

GetStageOneGraph()

Gets the graph of stage-one rooms.

Declaration
IGraph<TNode> GetStageOneGraph()
Returns
Type Description
IGraph<TNode>
Back to top Generated by DocFX