Show / Hide Table of Contents

Interface IDoorMode<TDoor, TRoomShape>

Namespace: Edgar.GraphBasedGenerator.Common.Doors
Assembly: Edgar.dll
Syntax
public interface IDoorMode<TDoor, in TRoomShape>
Type Parameters
Name Description
TDoor
TRoomShape

Methods

GetDoors(TRoomShape)

Declaration
List<TDoor> GetDoors(TRoomShape roomShape)
Parameters
Type Name Description
TRoomShape roomShape
Returns
Type Description
System.Collections.Generic.List<TDoor>
Back to top Generated by DocFX