Interface IRoomTemplateInstance<TRoomShape>
Namespace: Edgar.GraphBasedGenerator.Common.RoomTemplates
Assembly: Edgar.dll
Syntax
public interface IRoomTemplateInstance<out TRoomShape>
Type Parameters
| Name | Description |
|---|---|
| TRoomShape |
Properties
Id
Declaration
int Id { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
RoomTemplate
Declaration
IRoomTemplate<TRoomShape> RoomTemplate { get; }
Property Value
| Type | Description |
|---|---|
| IRoomTemplate<TRoomShape> |