toggle menu
light-ui
1.1.3
common
switch theme
search in API
light-ui
/
ru.casperix.light_ui.node
/
DrawContext
Draw
Context
class
DrawContext
(
val
node
:
Node
,
val
drawer
:
ElementDrawer
,
val
worldMatrix
:
Matrix3f
,
val
depth
:
Int
)
:
AbstractContext
Members
Constructors
Draw
Context
Link copied to clipboard
constructor
(
node
:
Node
,
drawer
:
ElementDrawer
,
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
drawer
Link copied to clipboard
val
drawer
:
ElementDrawer
element
Link copied to clipboard
open
override
val
element
:
Element
node
Link copied to clipboard
val
node
:
Node
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
>