Class DungeonDrawerBase.OutlineSegment
Inheritance
System.Object
DungeonDrawerBase.OutlineSegment
Assembly: Edgar.dll
Syntax
protected class OutlineSegment : Object
Constructors
OutlineSegment(OrthogonalLineGrid2D, Boolean)
Declaration
public OutlineSegment(OrthogonalLineGrid2D line, bool isDoor)
Parameters
Properties
IsDoor
Declaration
public bool IsDoor { get; }
Property Value
Type |
Description |
System.Boolean |
|
Line
Declaration
public OrthogonalLineGrid2D Line { get; }
Property Value
Methods
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|