Lysa.ui  0.0
Lysa 3D Engine
ProgressBarType Enum Referenceenum

Detailed Description

Orientation constants for ProgressBar widgets.

Lua full name: lysa.ui.ProgressBarType

Constants

integer HORIZONTAL
 Horizontal progress bar (fills left to right).
 
integer VERTICAL
 Vertical progress bar (fills bottom to top).
 

Enumerator Documentation

integer HORIZONTAL

Horizontal progress bar (fills left to right).

integer VERTICAL

Vertical progress bar (fills bottom to top).