CryTUI::Widgets::BarTrack
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
Instance methods
byte
Source