enum

CryTUI::Widgets::Spin

Inherits Enum < Comparable < Value < Object

Rotation direction, shared by every spinner that walks a ring or sweeps a bar. Counter-clockwise reverses both the walk and, for multi-cell spinners, the direction the phase wave travels.

Constants

Clockwise = 0
CounterClockwise = 1

Instance methods

clockwise?

Returns true if this enum value equals Clockwise

Source
counter_clockwise?

Returns true if this enum value equals CounterClockwise

Source