enum

PointClickEngine::Graphics::UI::DialogStyle

Inherits Enum < Comparable < Value < Object

Dialog box style

Constants

SpeechBubble = 0
ThoughtBubble = 1
Narration = 2
SystemMessage = 3
Custom = 4

Instance methods

custom?

Returns true if this enum value equals Custom

Source
narration?

Returns true if this enum value equals Narration

Source
speech_bubble?

Returns true if this enum value equals SpeechBubble

Source
system_message?

Returns true if this enum value equals SystemMessage

Source
thought_bubble?

Returns true if this enum value equals ThoughtBubble

Source