toggle menu
light-ui
1.1.3
common
switch theme
search in API
light-ui
/
ru.casperix.light_ui.node
/
ElementContext
Element
Context
class
ElementContext
(
val
element
:
Element
,
val
worldMatrix
:
Matrix3f
,
val
depth
:
Int
)
:
AbstractContext
Members
Constructors
Element
Context
Link copied to clipboard
constructor
(
element
:
Element
,
worldMatrix
:
Matrix3f
,
depth
:
Int
)
Properties
content
Shape
Link copied to clipboard
open
val
contentShape
:
Quad
<
Vector2f
>
depth
Link copied to clipboard
open
override
val
depth
:
Int
element
Link copied to clipboard
open
override
val
element
:
Element
size
Link copied to clipboard
open
val
size
:
Vector2f
world
Matrix
Link copied to clipboard
open
override
val
worldMatrix
:
Matrix3f
world
Shape
Link copied to clipboard
open
val
worldShape
:
Quad
<
Vector2f
>