Show / Hide Table of Contents

Class DungeonDrawerBase.OutlineSegment

Inheritance
System.Object
DungeonDrawerBase.OutlineSegment
Namespace: Edgar.GraphBasedGenerator.Grid2D.Drawing
Assembly: Edgar.dll
Syntax
protected class OutlineSegment : Object

Constructors

OutlineSegment(OrthogonalLineGrid2D, Boolean)

Declaration
public OutlineSegment(OrthogonalLineGrid2D line, bool isDoor)
Parameters
Type Name Description
OrthogonalLineGrid2D line
System.Boolean isDoor

Properties

IsDoor

Declaration
public bool IsDoor { get; }
Property Value
Type Description
System.Boolean

Line

Declaration
public OrthogonalLineGrid2D Line { get; }
Property Value
Type Description
OrthogonalLineGrid2D

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Back to top Generated by DocFX