Transformable.move

Move the object by a given offset.

This function adds to the current position of the object, unlike the position property which overwrites it.

interface Transformable
void
move

Parameters

offset
Type: Vector2f

The offset

Meta