enum

PointClickEngine::UI::DialogStyle

Inherits Enum < Comparable < Value < Object

Style options for floating dialog text

Constants

Bubble = 0
Rectangle = 1
Thought = 2
Shout = 3
Whisper = 4
Narrator = 5

Instance methods

bubble?

Returns true if this enum value equals Bubble

Source
narrator?

Returns true if this enum value equals Narrator

Source
rectangle?

Returns true if this enum value equals Rectangle

Source
shout?

Returns true if this enum value equals Shout

Source
thought?

Returns true if this enum value equals Thought

Source
whisper?

Returns true if this enum value equals Whisper

Source