enum

ImGuiDemo::Mode

Inherits Enum < Comparable < Value < Object

Constants

Copy = 0
Move = 1
Swap = 2

Instance methods

copy?

Returns true if this enum value equals Copy

Source
move?

Returns true if this enum value equals Move

Source
swap?

Returns true if this enum value equals Swap

Source