CryTUI::Widgets::BarSpinner
A bar with a glow running along it.
Left to itself it fills whatever width it is given, which makes it the spinner to reach for when the indicator should span a panel rather than sit in a corner.
Constructors
new(tick : UInt64, width : Int32 = 0, height : Int32 = 1, arc_width : Int32 = 0, spin : Spin = Spin::Clockwise, ticks_per_step : UInt64 = 1_u64, arc_color : Color = Color::CYAN, dim_color : Color = Color::DARK_GRAY, track : BarTrack = BarTrack::RAIL, fade_width : Int32 = 3, arc_byte : UInt8 = 255_u8, bar_style : BarStyle = BarStyle::Braille, motion : BarMotion = BarMotion::Bounce, orientation : Direction = Direction::Horizontal, thickness : Int32 = 0, block : Block | Nil = nil, style : Style = Style.new, alignment : Alignment = Alignment::Left)
SourceThe upstream presets, renamed to describe the look rather than the editor each was lifted from.
Instance methods
alignment
Sourcearc_byte
Sourcearc_color
Sourcearc_width
Sourcebar_style
Sourceblock
Sourcedim_color
Sourcefade_width
Sourceheight
Sourcemotion
Sourceorientation
Sourcerender(area : Rect, buffer : Buffer) : Nil
Sourcespin
Sourcestyle
Sourcethickness
Sourcetick
Sourceticks_per_step
Sourcetrack
Sourcewidth
Source