Lysa.ui  0.0
Lysa 3D Engine
ArrowOrientation Enum Referenceenum

Detailed Description

Direction an Arrow points to.

Lua full name: lysa.ui.ArrowOrientation

Constants

integer RIGHT
 Points to the right.
 
integer LEFT
 Points to the left.
 
integer UP
 Points to the top.
 
integer DOWN
 Points to the bottom.
 

Enumerator Documentation

integer RIGHT

Points to the right.

integer LEFT

Points to the left.

integer UP

Points to the top.

integer DOWN

Points to the bottom.