CryTUI::Widgets::LinearSpinner
A row or column of slots with a lit window moving through it.
Horizontally the window scrolls and wraps; vertically a single lit slot bounces between the ends, which reads as an activity indicator beside a log or a list.
Constructors
new(tick : UInt64, total_slots : Int32 = 3, lit_slots : Int32 = 2, ticks_per_step : UInt64 = 3_u64, direction : Direction = Direction::Horizontal, flow : Flow = Flow::Forwards, linear_style : LinearStyle = LinearStyle::Classic, active_color : Color = Color::WHITE, inactive_color : Color = Color::DARK_GRAY, block : Block | Nil = nil, style : Style = Style.new)
SourceInstance methods
active_color
Sourceblock
Sourcebounce_index
Sourcedirection
Sourceflow
Sourcehorizontal_line
Sourceinactive_color
Sourcelinear_style
Sourcelines
Sourcelit_slots
Sourcerender(area : Rect, buffer : Buffer) : Nil
Sourcestyle
Sourcetick
Sourceticks_per_step
Sourcetotal_slots
Source