Class: UI::SymMultilineText
- Inherits:
-
SymText
- Object
- LiteRGSS::Disposable
- LiteRGSS::Drawable
- LiteRGSS::Text
- Text
- SymText
- UI::SymMultilineText
- Defined in:
- docs/4_Systems_000_General_4_UI_Generics.rb
Overview
Object that show a multiline text using a method of the data object sent
Instance Attribute Summary
Attributes inherited from LiteRGSS::Text
#__index__, #align, #bold, #draw_shadow, #fill_color, #height, #italic, #nchar_draw, #opacity, #outline_color, #outline_thickness, #real_width, #size, #text, #viewport, #visible, #width, #x, #y, #z
Instance Method Summary collapse
-
#data=(object)
Set the Object used to show the text.
Methods inherited from SymText
Methods inherited from Text
#simple_mouse_in?, #translate_mouse_coords
Methods inherited from LiteRGSS::Text
#load_color, #multiline_text=, new, #set_position, #text_width
Methods inherited from LiteRGSS::Disposable
Constructor Details
This class inherits a constructor from UI::SymText
Instance Method Details
#data=(object)
Set the Object used to show the text
778 779 |
# File 'docs/4_Systems_000_General_4_UI_Generics.rb', line 778 def data=(object) end |