PointClickEngine::UI::FloatingDialog
Inherits Reference < Object
Individual floating dialog instance
Constructors
new(text : String, character_name : String, character_position : RL::Vector2, duration : Float32, color : RL::Color | Nil = nil)
SourceInstance methods
background_color
Sourcebackground_color=(background_color : RL::Color)
Sourcecharacter_name
Sourcecharacter_name=(character_name : String)
Sourcecharacter_position
Sourcecharacter_position=(character_position : RL::Vector2)
Sourcecolor
Sourcecolor=(color : RL::Color)
Sourceduration
Sourceduration=(duration : Float32)
Sourceelapsed
Sourceelapsed=(elapsed : Float32)
Sourcefade_alpha
Sourcefade_alpha=(fade_alpha : Float32)
Sourcefloat_amplitude
Sourcefloat_amplitude=(float_amplitude : Float32)
Sourcefloat_speed
Sourcefloat_speed=(float_speed : Float32)
Sourcefont_size
Sourcefont_size=(font_size : Int32)
Sourceframe_context
Sourcemax_width
Sourcemax_width=(max_width : Int32)
Sourcescale
Sourcescale=(scale : Float32)
Sourcescreen_anchor_position
Sourcestyle
Sourcestyle=(style : DialogStyle)
Sourcetext
Sourcetext=(text : String)
Sourcetypewriter_speed
Sourcetypewriter_speed=(typewriter_speed : Float32)
Sourcevisible
Sourcevisible=(visible : Bool)
Sourcevisible_characters
Sourcevisible_characters=(visible_characters : Int32)
Source