dgame v0.4.1 (2015-02-22T14:21:21Z)
Home
Dub
Repo
Moveable.move
Dgame
Graphics
Moveable
Moveable
Move the current position by x|y.
void
move
(Vector2f vec)
void
move
(float x, float y)
class
Moveable
final
void
move
(
float
x
,
float
y
)
Meta
Source
See Implementation
Dgame
Graphics
Moveable
Moveable
functions
_applyTranslation
_positionMoved
_positionReset
getPosition
move
resetTranslation
setPosition
properties
position
Move the current position by x|y.