Rachel
Toggle table of contents
3.5.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.compose.plugin.game
/
love.yinlin.compose.game
/
Drawer
/
fixedPerspective
fixed
Perspective
inline
fun
fixedPerspective
(
ratio
:
Float
=
1.0f
,
left
:
Offset
,
right
:
Offset
,
slopeLeft
:
Float
,
slopeRight
:
Float
,
block
:
Drawer
.
(
Rect
,
Array
<
Offset
>
)
->
Unit
)
fun
DrawTransform
.
fixedPerspective
(
ratio
:
Float
=
1.0f
,
left
:
Offset
,
right
:
Offset
,
slopeLeft
:
Float
,
slopeRight
:
Float
)
:
Pair
<
Rect
,
Array
<
Offset
>
>