enum

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.

Instance methods

bounce?

Returns true if this enum value equals Bounce

Source
loop?

Returns true if this enum value equals Loop

Source
radiate?

Returns true if this enum value equals Radiate

Source
squeeze?

Returns true if this enum value equals Squeeze

Source