enum

CryTUI::Widgets::Flow

Inherits Enum < Comparable < Value < Object

Which way the lit window travels along the axis.

Constants

Forwards = 0
Backwards = 1

Instance methods

backwards?

Returns true if this enum value equals Backwards

Source
forwards?

Returns true if this enum value equals Forwards

Source