Lysa.ui  0.0
Lysa 3D Engine
ProgressBar Class Referenceabstract

Detailed Description

A rectangular progress bar widget that fills as its value increases.

Inherits from: ValueSelect

Lua full name: lysa.ui.ProgressBar

Public Member Functions

nil set_resources (resBox: string)
 Reloads the visual style from the given inner box resource string. More...
 

Properties

integer orientation
 The fill orientation (see lysa.ui.ProgressBarType): HORIZONTAL or VERTICAL.
 
integer display
 The optional text display mode (see lysa.ui.ProgressBarDisplay): NONE, PERCENT, or VALUE.
 

Member Function Documentation

nil set_resources ( string  resBox)

Reloads the visual style from the given inner box resource string.

Parameters
resBoxstring

Property Documentation

integer orientation

The fill orientation (see lysa.ui.ProgressBarType): HORIZONTAL or VERTICAL.

integer display

The optional text display mode (see lysa.ui.ProgressBarDisplay): NONE, PERCENT, or VALUE.