Class LineRenderer
- Namespace
- Termule.Engine.Components
- Assembly
- Termule.Engine.dll
Renders a line or polyline relative to the local IPositionProvider's position.
public sealed class LineRenderer : PositionalRenderer
- Inheritance
-
LineRenderer
- Inherited Members
Properties
Color
Gets or sets the color used to draw the lines.
public Color Color { get; set; }
Property Value
Points
Gets or sets the points defining the line or polyline relative to this renderer’s IPositionProvider.
public List<Vector> Points { get; set; }
Property Value
UseBoxDrawingGlyphs
Gets or sets a value indicating whether lines should be drawn with Unicode box-drawing glyphs.
public bool UseBoxDrawingGlyphs { get; set; }