Skip to content

luxe: ui/style/label.style_type


import "luxe: ui/style/label.style_type" for Data

no docs found

var style : Asset = null
var size : Num = 14
var colors : LabelColors = Object
var font : Asset = "luxe: font/lato"
var scroll : Scroll = Object
var wrap : UITextWrapMode = UITextWrapMode.none
var outline : Object = Object
var shadow : Object = Object
import "luxe: ui/style/label.style_type" for LabelColors

no docs found

var normal : Color = [1, 1, 1, 1]
var hover : Color = [1, 0, 0.487, 1]
var select : Color = [1, 1, 1, 0.15]
import "luxe: ui/style/label.style_type" for Scroll

no docs found

var mode : UIOverflowScroll = UIOverflowScroll.none
var speed : Num = 16
var wait : Num = 2
var pause : Num = 2
import "luxe: ui/style/label.style_type" for UIOverflowScroll

no docs found

UIOverflowScroll.none : unknown

no docs found

UIOverflowScroll.always : unknown

no docs found

UIOverflowScroll.width_overflow : unknown

no docs found

import "luxe: ui/style/label.style_type" for UITextWrapMode

no docs found

UITextWrapMode.unknown : unknown

no docs found

UITextWrapMode.none : unknown

no docs found

UITextWrapMode.word : unknown

no docs found