Interface IReadOnlyMultiArea
A interface adding onto IReadOnlyArea, intended to represent an area consisting of multiple other areas. Exposes a SubAreas field which lists the constituent areas.
Inherited Members
Namespace: GoRogue.MapGeneration
Assembly: GoRogue.dll
Syntax
public interface IReadOnlyMultiArea : IReadOnlyArea, IMatchable<IReadOnlyArea>, IEnumerable<Point>, IEnumerable
Properties
View SourceSubAreas
List of all sub-areas in the MultiArea.
Declaration
IReadOnlyList<IReadOnlyArea> SubAreas { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyList<IReadOnlyArea> |