Lysa.ui  0.0
Lysa 3D Engine
ScrollBarButtonsPlacement Enum Referenceenum

Detailed Description

End of the bar where the two buttons of a ScrollBar are placed.

Lua full name: lysa.ui.ScrollBarButtonsPlacement

Constants

integer BOTTOM
 Under the track of a vertical bar (default).
 
integer TOP
 Above the track of a vertical bar.
 
integer RIGHT
 At the right of the track of an horizontal bar (default).
 
integer LEFT
 At the left of the track of an horizontal bar.
 

Enumerator Documentation

integer BOTTOM

Under the track of a vertical bar (default).

integer TOP

Above the track of a vertical bar.

integer RIGHT

At the right of the track of an horizontal bar (default).

integer LEFT

At the left of the track of an horizontal bar.