struct

CryTUI::Widgets::BarTrack

Inherits Struct < Value < Object

The glyph the unlit part of a bar is drawn with, as a braille byte.

Constants

EMPTY = new(0_u8)

Nothing at all, for a glow travelling over empty space.

FULL = new(255_u8)

Every dot lit -- a solid bar the glow brightens rather than fills.

RAIL = new(192_u8)

A thin centre line, so the bar reads as a track the glow runs along.

Constructors

custom(byte : UInt8) : BarTrack
Source
new(byte : UInt8)
Source

Instance methods

byte
Source