luxe: system/ui/ui.modifier
import "luxe: system/ui/ui.modifier" for Datano docs found
Variables
Section titled “Variables”var theme : Asset = "luxe: ui/style/luxe.dark"var camera : Link = nullvar bounds : Float4 = [0, 0, 1280, 720]var preview : Bool = falsevar preview_size : Float2 = [1280, 720]var debug_draw : Bool = falsevar depth : Num = 0var flex_layout : Bool = trueSystem
Section titled “System”import "luxe: system/ui/ui.modifier" for Systemno docs found
Variables
Section titled “Variables”var draw : Draw = 0var style : null = PathStyle.newvar drag : Map = {}System.new(.)
Section titled “System.new(.)”System.new(world : Any) : Systemno docs found
System.editor_init(.)
Section titled “System.editor_init(.)”System.editor_init(world : World) : unknownno docs found
System.init(.)
Section titled “System.init(.)”System.init(world : World) : unknownno docs found
System.editor_attach(..)
Section titled “System.editor_attach(..)”System.editor_attach(entity : Entity, ui : Data) : unknownno docs found
System.attach(..)
Section titled “System.attach(..)”System.attach(entity : Entity, ui : Data) : unknownno docs found
System.editor_detach(..)
Section titled “System.editor_detach(..)”System.editor_detach(entity : Entity, ui : Data) : unknownno docs found
System.detach(..)
Section titled “System.detach(..)”System.detach(entity : Entity, ui : Data) : unknownno docs found
System.editor_change(..)
Section titled “System.editor_change(..)”System.editor_change(entity : Entity, change : ModifierChange) : unknownno docs found
System.change(..)
Section titled “System.change(..)”System.change(entity : Entity, change : ModifierChange) : unknownno docs found
System.draw_canvas(…)
Section titled “System.draw_canvas(…)”System.draw_canvas(ui : Any, x : Any, y : Any, w : Any, h : Any) : unknownno docs found
System.editor_tick(.)
Section titled “System.editor_tick(.)”System.editor_tick(delta : Num) : unknownno docs found
System.tick(.)
Section titled “System.tick(.)”System.tick(delta : Num) : unknownno docs found
import "luxe: system/ui/ui.modifier" for UIno docs found