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.traits
/
Transform
/
Scale
Scale
@
Stable
data
class
Scale
(
val
x
:
Float
,
val
y
:
Float
=
x
,
val
pivot
:
Offset
?
=
null
)
:
Transform
Members
Constructors
Scale
Link copied to clipboard
constructor
(
x
:
Float
,
y
:
Float
=
x
,
pivot
:
Offset
?
=
null
)
Properties
pivot
Link copied to clipboard
val
pivot
:
Offset
?
x
Link copied to clipboard
val
x
:
Float
y
Link copied to clipboard
val
y
:
Float