dgame ~master (2021-12-24T16:32:58.6490046)
Dub
Repo
Transformable.move
Dgame
Graphic
Transformable
Transformable
Move the position by offset (x, y)
void
move
(float x, float y)
class
Transformable
final @
nogc
pure nothrow
void
move
(
float
x
,
float
y
)
void
move
(Vector2f offset)
Meta
Source
See Implementation
Dgame
Graphic
Transformable
Transformable
functions
_notifyTransform
getMatrix
getOrigin
getPosition
getRotation
getRotationCenter
getScale
move
rotate
scale
setOrigin
setPosition
setRotation
setRotationCenter
setScale
properties
x
y
Move the position by offset (x, y)