Class MapLayout<TNode>
Represents a complete layout of a map.
Inheritance
System.Object
MapLayout<TNode>
Namespace: Edgar.Legacy.Core.MapLayouts
Assembly: Edgar.dll
Syntax
public class MapLayout<TNode> : Object
Type Parameters
| Name | Description |
|---|---|
| TNode |
Constructors
MapLayout(List<Room<TNode>>)
Declaration
public MapLayout(List<Room<TNode>> rooms)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.List<Room<TNode>> | rooms |
Properties
Rooms
Declaration
public List<Room<TNode>> Rooms { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<Room<TNode>> |