struct

CryTUI::Widgets::RectSpinner

Inherits Struct < Value < Object

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)
Source

Instance methods

alignment
Source
block
Source
centre
Source
char_size
Source
inner_color
Source
lines
Source
outer_color
Source
render(area : Rect, buffer : Buffer) : Nil
Source
shape
Source
spin
Source
style
Source
tick
Source
ticks_per_step
Source