toggle menu
AetherUI
0.1.0-alpha
jvm
switch theme
search in API
AetherUI
/
com.aetherui.layout
/
Constraints
/
Directions
Directions
data
class
Directions
<
T
:
Units
?
>
(
var
start
:
T
,
var
top
:
T
,
var
end
:
T
,
var
bottom
:
T
)
(
source
)
Members
Constructors
Directions
Link copied to clipboard
constructor
(
x
:
T
,
y
:
T
)
constructor
(
all
:
T
)
constructor
(
start
:
T
,
top
:
T
,
end
:
T
,
bottom
:
T
)
Properties
bottom
Link copied to clipboard
var
bottom
:
T
end
Link copied to clipboard
var
end
:
T
start
Link copied to clipboard
var
start
:
T
top
Link copied to clipboard
var
top
:
T
Functions
for
Negative
Orientation
Link copied to clipboard
fun
forNegativeOrientation
(
orientation
:
Orientation
)
:
T
for
Positive
Orientation
Link copied to clipboard
fun
forPositiveOrientation
(
orientation
:
Orientation
)
:
T