luxe: ui/label.control
import "luxe: ui/label.control" for Datano docs found
Variables
Section titled “Variables”var text : String = ""var align : LabelAlignH = LabelAlignH.leftvar align_vertical : LabelAlignV = LabelAlignV.centervar localization : Localization = Objectvar max_visible : Num = -1var auto_size : UIAutoSize = UIAutoSize.nonevar override : Object = ObjectLabelAlignH
Section titled “LabelAlignH”import "luxe: ui/label.control" for LabelAlignHno docs found
LabelAlignH.left
Section titled “LabelAlignH.left”LabelAlignH.left : unknownno docs found
LabelAlignH.center
Section titled “LabelAlignH.center”LabelAlignH.center : unknownno docs found
LabelAlignH.right
Section titled “LabelAlignH.right”LabelAlignH.right : unknownno docs found
LabelAlignV
Section titled “LabelAlignV”import "luxe: ui/label.control" for LabelAlignVno docs found
LabelAlignV.top
Section titled “LabelAlignV.top”LabelAlignV.top : unknownno docs found
LabelAlignV.center
Section titled “LabelAlignV.center”LabelAlignV.center : unknownno docs found
LabelAlignV.bottom
Section titled “LabelAlignV.bottom”LabelAlignV.bottom : unknownno docs found
Localization
Section titled “Localization”import "luxe: ui/label.control" for Localizationno docs found
Variables
Section titled “Variables”var key : String = nullvar space : String = "game"var args : List = []UIAutoSize
Section titled “UIAutoSize”import "luxe: ui/label.control" for UIAutoSizeno docs found
UIAutoSize.none
Section titled “UIAutoSize.none”UIAutoSize.none : unknownno docs found
UIAutoSize.width
Section titled “UIAutoSize.width”UIAutoSize.width : unknownno docs found
UIAutoSize.height
Section titled “UIAutoSize.height”UIAutoSize.height : unknownno docs found
UIAutoSize.both
Section titled “UIAutoSize.both”UIAutoSize.both : unknownno docs found
UILabel
Section titled “UILabel”import "luxe: ui/label.control" for UILabelno docs found
UILabel.create(.)
Section titled “UILabel.create(.)”UILabel.create(ui_entity : Any) : UILabelno docs found
UILabel.override(.)
Section titled “UILabel.override(.)”UILabel.override(label : Control) : LabelInfono docs found
UILabel.get_render_text(.)
Section titled “UILabel.get_render_text(.)”UILabel.get_render_text(label : Control) : RenderTextno docs found
UILabel.get_text_extents(.)
Section titled “UILabel.get_text_extents(.)”UILabel.get_text_extents(label : Control) : Float2no docs found
UILabel.get_text_extents(…)
Section titled “UILabel.get_text_extents(…)”UILabel.get_text_extents(label : Control, offset : Num, count : Num) : Float2no docs found
UILabel.set_text(..)
Section titled “UILabel.set_text(..)”UILabel.set_text(label : Control, text : String) : Noneno docs found
UILabel.get_text(.)
Section titled “UILabel.get_text(.)”UILabel.get_text(label : Control) : Stringno docs found
UILabel.get_font(.)
Section titled “UILabel.get_font(.)”UILabel.get_font(label : Control) : Fontno docs found
UILabel.set_font(..)
Section titled “UILabel.set_font(..)”UILabel.set_font(label : Control, font : Font) : Noneno docs found
UILabel.get_text_style(.)
Section titled “UILabel.get_text_style(.)”UILabel.get_text_style(label : Control) : TextStyleno docs found
UILabel.set_text_style(..)
Section titled “UILabel.set_text_style(..)”UILabel.set_text_style(label : Control, style : TextStyle) : Noneno docs found
UILabel.set_color(..)
Section titled “UILabel.set_color(..)”UILabel.set_color(label : Control, color : Color) : Noneno docs found
UILabel.get_color(.)
Section titled “UILabel.get_color(.)”UILabel.get_color(label : Control) : Colorno docs found
UILabel.set_color_hover(..)
Section titled “UILabel.set_color_hover(..)”UILabel.set_color_hover(label : Control, color : Color) : Noneno docs found
UILabel.get_color_hover(.)
Section titled “UILabel.get_color_hover(.)”UILabel.get_color_hover(label : Control) : Colorno docs found
UILabel.set_wrap(..)
Section titled “UILabel.set_wrap(..)”UILabel.set_wrap(label : Control, wrap : UITextWrapMode) : Noneno docs found
UILabel.get_wrap(.)
Section titled “UILabel.get_wrap(.)”UILabel.get_wrap(label : Control) : UITextWrapModeno docs found
UILabel.set_text_size(..)
Section titled “UILabel.set_text_size(..)”UILabel.set_text_size(label : Control, size : Num) : Noneno docs found
UILabel.get_text_size(.)
Section titled “UILabel.get_text_size(.)”UILabel.get_text_size(label : Control) : Numno docs found
UILabel.set_align(..)
Section titled “UILabel.set_align(..)”UILabel.set_align(label : Control, align : TextAlign) : Noneno docs found
UILabel.get_align(.)
Section titled “UILabel.get_align(.)”UILabel.get_align(label : Control) : TextAlignno docs found
UILabel.set_align_vertical(..)
Section titled “UILabel.set_align_vertical(..)”UILabel.set_align_vertical(label : Control, align : TextAlign) : Noneno docs found
UILabel.get_align_vertical(.)
Section titled “UILabel.get_align_vertical(.)”UILabel.get_align_vertical(label : Control) : TextAlignno docs found
UILabel.set_max_visible(..)
Section titled “UILabel.set_max_visible(..)”UILabel.set_max_visible(label : Control, visible_count : Num) : Noneno docs found
UILabel.get_max_visible(.)
Section titled “UILabel.get_max_visible(.)”UILabel.get_max_visible(label : Control) : Numno docs found
UILabel.set_auto_size(..)
Section titled “UILabel.set_auto_size(..)”UILabel.set_auto_size(label : Control, state : UIAutoSize) : Noneno docs found
UILabel.set_overflow_scroll(…)
Section titled “UILabel.set_overflow_scroll(…)”UILabel.set_overflow_scroll(label : Control, speed : Num, wait : Num, pause : Num) : Noneno docs found
UILabel.set_overflow_scroll(…)
Section titled “UILabel.set_overflow_scroll(…)”UILabel.set_overflow_scroll(label : Control, type : UIOverflowScroll, speed : Num, wait : Num, pause : Num) : Noneno docs found
UILabel.set_loc(…)
Section titled “UILabel.set_loc(…)”UILabel.set_loc(label : Control, space : String, key : String) : Noneno docs found
UILabel.set_loc(..)
Section titled “UILabel.set_loc(..)”UILabel.set_loc(label : Control, key : String) : Noneno docs found
UILabel.set_loc_with_args(…)
Section titled “UILabel.set_loc_with_args(…)”UILabel.set_loc_with_args(label : Control, space : String, key : String, args : List) : Noneno docs found
UILabel.set_loc_with_args(…)
Section titled “UILabel.set_loc_with_args(…)”UILabel.set_loc_with_args(label : Control, key : String, args : List) : Noneno docs found
UILabel.set_outline(…)
Section titled “UILabel.set_outline(…)”UILabel.set_outline(label : Control, radius : Num, softness : Num, color : Color, offset : Float2) : NoneSet the text outline parameters.
UILabel.set_shadow(…)
Section titled “UILabel.set_shadow(…)”UILabel.set_shadow(label : Control, radius : Num, softness : Num, color : Color, offset : Float2) : NoneSet the text shadow parameters.