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
/
Translate
Translate
@
Stable
data
class
Translate
(
val
x
:
Float
,
val
y
:
Float
)
:
Transform
Members
Constructors
Translate
Link copied to clipboard
constructor
(
x
:
Float
,
y
:
Float
)
constructor
(
offset
:
Offset
)
Properties
x
Link copied to clipboard
val
x
:
Float
y
Link copied to clipboard
val
y
:
Float