enum

PointClickEngine::UI::PortraitPosition

Inherits Enum < Comparable < Value < Object

Portrait display position options

Constants

BottomLeft = 0
BottomRight = 1
TopLeft = 2
TopRight = 3
Center = 4
Dynamic = 5

Instance methods

bottom_left?

Returns true if this enum value equals BottomLeft

Source
bottom_right?

Returns true if this enum value equals BottomRight

Source
center?

Returns true if this enum value equals Center

Source
dynamic?

Returns true if this enum value equals Dynamic

Source
top_left?

Returns true if this enum value equals TopLeft

Source
top_right?

Returns true if this enum value equals TopRight

Source