Class PowerLine
PowerLine renderable
Inheritance
Namespace
Syntax
public class PowerLine : SimpleCyclicWriter
Constructors
PowerLine()
Makes a new instance of the PowerLine renderer
Declaration
public PowerLine()
Properties
EndingColor
Ending color
Property Value
Color
Declaration
public Color EndingColor { get; set; }
Segments
PowerLine segments
Property Value
List<PowerLineSegment>
Declaration
public List<PowerLineSegment> Segments { get; set; }
Methods
Render()
Renders a PowerLine segment group
Returns
string
Rendered PowerLine text that will be used by the renderer
Declaration
public override string Render()