Class RoomTemplate
Inheritance
System.Object
RoomTemplate
Assembly: Edgar.dll
Syntax
public class RoomTemplate : Object
Constructors
Declaration
public RoomTemplate(PolygonGrid2D shape, IDoorMode doorsMode, List<TransformationGrid2D> allowedTransformations = null, RoomTemplateRepeatMode repeatMode, string name = null)
Parameters
Properties
Declaration
public List<TransformationGrid2D> AllowedTransformations { get; }
Property Value
DoorsMode
Declaration
public IDoorMode DoorsMode { get; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
RoomTemplateRepeatMode
Declaration
public RoomTemplateRepeatMode RoomTemplateRepeatMode { get; }
Property Value
Shape
Declaration
public PolygonGrid2D Shape { get; }
Property Value