toggle menu
light-ui
1.1.3
common
switch theme
search in API
light-ui
/
ru.casperix.light_ui.util
Package-level
declarations
Types
Functions
Types
Delegates
Ext
Link copied to clipboard
object
DelegatesExt
Transition
Link copied to clipboard
class
Transition
<
State
>
(
val
interpolator
:
(
State
,
State
,
Float
)
->
State
)
Functions
between
Inclusive
Link copied to clipboard
fun
IntRange.Companion
.
betweenInclusive
(
a
:
Int
,
b
:
Int
)
:
IntRange
a can bigger than b
box
Shape
Link copied to clipboard
fun
boxShape
(
range
:
Vector2f
)
:
Polygon2f
fun
boxShape
(
x
:
Float
,
y
:
Float
)
:
Polygon2f
ellipse
Shape
Link copied to clipboard
fun
ellipseShape
(
range
:
Vector2f
,
steps
:
Int
=
32
)
:
Polygon2f
fun
ellipseShape
(
x
:
Float
,
y
:
Float
,
steps
:
Int
=
32
)
:
Polygon2f
get
AABBox
Link copied to clipboard
fun
Polygon2f
.
getAABBox
(
)
:
Box2f
transform
Link copied to clipboard
fun
Matrix3f
.
transform
(
polygon
:
Polygon2f
)
:
Polygon2f
wrap
Nodes
Link copied to clipboard
fun
List
<
Element
>
.
wrapNodes
(
)
:
List
<
Node
>