CryTUI::Widgets::BarMotion
Inherits Enum < Comparable < Value < Object
How the lit arc moves along the bar.
Constants
Bounce = 0
One arc ping-ponging between the ends.
Loop = 1
One arc travelling in one direction and wrapping around.
Squeeze = 2
Two arcs converging on the centre and separating again.
Radiate = 3
Two arcs starting at the centre and running out to the edges.