@override void update(double dt) { var target = getTarget(); if (target != null) { var calc = math.Point(_positionDelta.x * dt, _positionDelta.y * dt); target.setPosition(_startPosition + calc); } }