toggle menu
light-ui
1.1.3
common
switch theme
search in API
light-ui
/
ru.casperix.light_ui.element
/
DrawableContainer
Drawable
Container
class
DrawableContainer
(
val
layout
:
Layout
,
val
children
:
List
<
Node
>
,
val
drawer
:
ElementDrawer
)
:
AbstractElement
,
AbstractContainer
,
ElementDrawer
Members
Constructors
Drawable
Container
Link copied to clipboard
constructor
(
layout
:
Layout
,
children
:
List
<
Node
>
,
drawer
:
ElementDrawer
)
Properties
children
Link copied to clipboard
open
override
val
children
:
List
<
Node
>
drawer
Link copied to clipboard
open
override
val
drawer
:
ElementDrawer
input
Link copied to clipboard
open
override
val
input
:
ElementInput
?
=
null
layout
Link copied to clipboard
open
override
val
layout
:
Layout
placement
Link copied to clipboard
open
override
val
placement
:
ElementPlacement
tag
Link copied to clipboard
open
override
var
tag
:
String
update
Link copied to clipboard
open
override
var
update
:
ElementUpdate
?
You can place any custom actions for run before element draw
Functions
draw
Link copied to clipboard
open
override
fun
draw
(
renderer
:
Renderer2D
,
context
:
DrawContext
,
tick
:
Duration
)
invalidate
Layout
Link copied to clipboard
open
override
fun
invalidateLayout
(
)