Skip to content

luxe: ui/label.control


import "luxe: ui/label.control" for Data

no docs found

var text : String = ""
var align : LabelAlignH = LabelAlignH.left
var align_vertical : LabelAlignV = LabelAlignV.center
var localization : Localization = Object
var max_visible : Num = -1
var auto_size : UIAutoSize = UIAutoSize.none
var override : Object = Object
import "luxe: ui/label.control" for LabelAlignH

no docs found

LabelAlignH.left : unknown

no docs found

LabelAlignH.center : unknown

no docs found

LabelAlignH.right : unknown

no docs found

import "luxe: ui/label.control" for LabelAlignV

no docs found

LabelAlignV.top : unknown

no docs found

LabelAlignV.center : unknown

no docs found

LabelAlignV.bottom : unknown

no docs found

import "luxe: ui/label.control" for Localization

no docs found

var key : String = null
var space : String = "game"
var args : List = []
import "luxe: ui/label.control" for UIAutoSize

no docs found

UIAutoSize.none : unknown

no docs found

UIAutoSize.width : unknown

no docs found

UIAutoSize.height : unknown

no docs found

UIAutoSize.both : unknown

no docs found

import "luxe: ui/label.control" for UILabel

no docs found

UILabel.create(ui_entity : Any) : UILabel

no docs found

UILabel.override(label : Control) : LabelInfo

no docs found

UILabel.get_render_text(label : Control) : RenderText

no docs found

UILabel.get_text_extents(label : Control) : Float2

no docs found

UILabel.get_text_extents(label : Control, offset : Num, count : Num) : Float2

no docs found

UILabel.set_text(label : Control, text : String) : None

no docs found

UILabel.get_text(label : Control) : String

no docs found

UILabel.get_font(label : Control) : Font

no docs found

UILabel.set_font(label : Control, font : Font) : None

no docs found

UILabel.get_text_style(label : Control) : TextStyle

no docs found

UILabel.set_text_style(label : Control, style : TextStyle) : None

no docs found

UILabel.set_color(label : Control, color : Color) : None

no docs found

UILabel.get_color(label : Control) : Color

no docs found

UILabel.set_color_hover(label : Control, color : Color) : None

no docs found

UILabel.get_color_hover(label : Control) : Color

no docs found

UILabel.set_wrap(label : Control, wrap : UITextWrapMode) : None

no docs found

UILabel.get_wrap(label : Control) : UITextWrapMode

no docs found

UILabel.set_text_size(label : Control, size : Num) : None

no docs found

UILabel.get_text_size(label : Control) : Num

no docs found

UILabel.set_align(label : Control, align : TextAlign) : None

no docs found

UILabel.get_align(label : Control) : TextAlign

no docs found

UILabel.set_align_vertical(label : Control, align : TextAlign) : None

no docs found

UILabel.get_align_vertical(label : Control) : TextAlign

no docs found

UILabel.set_max_visible(label : Control, visible_count : Num) : None

no docs found

UILabel.get_max_visible(label : Control) : Num

no docs found

UILabel.set_auto_size(label : Control, state : UIAutoSize) : None

no docs found

UILabel.set_overflow_scroll(label : Control, speed : Num, wait : Num, pause : Num) : None

no docs found

UILabel.set_overflow_scroll(label : Control, type : UIOverflowScroll, speed : Num, wait : Num, pause : Num) : None

no docs found

UILabel.set_loc(label : Control, space : String, key : String) : None

no docs found

UILabel.set_loc(label : Control, key : String) : None

no docs found

UILabel.set_loc_with_args(label : Control, space : String, key : String, args : List) : None

no docs found

UILabel.set_loc_with_args(label : Control, key : String, args : List) : None

no docs found

UILabel.set_outline(label : Control, radius : Num, softness : Num, color : Color, offset : Float2) : None

Set the text outline parameters.

UILabel.set_shadow(label : Control, radius : Num, softness : Num, color : Color, offset : Float2) : None

Set the text shadow parameters.