onPositionUpdate method

void onPositionUpdate(
  1. Vector2 position
)
inherited

If you need updated on when the position of the camera is updated you can override this.

Implementation

void onPositionUpdate(Vector2 position) {}