CryTUI::Widgets::RectSpinner
A braille arc rotating around a rectangle outline.
Constructors
new(tick : UInt64, shape : RectShape = RectShape.square, spin : Spin = Spin::Clockwise, ticks_per_step : UInt64 = 1_u64, outer_color : Color = Color::CYAN, inner_color : Color = Color::DARK_GRAY, centre : Centre = Centre::Filled, block : Block | Nil = nil, style : Style = Style.new, alignment : Alignment = Alignment::Left)
SourceInstance methods
alignment
Sourceblock
Sourcecentre
Sourcechar_size
Sourceinner_color
Sourcelines
Sourceouter_color
Sourcerender(area : Rect, buffer : Buffer) : Nil
Sourceshape
Sourcespin
Sourcestyle
Sourcetick
Sourceticks_per_step
Source